2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-13 16:56:33 +00:00

fix: added python source code encoding

This commit is contained in:
Gavin D'souza 2020-04-02 17:00:20 +05:30
parent 6ea7d75193
commit 9b6155dcf3

View File

@ -1,3 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# imports - standard imports
import errno
import glob