mirror of
http://aero2k.de/t/repos/urlbot-native.git
synced 2017-09-06 15:25:38 +02:00
whitespace and import fixes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
from os.path import dirname, basename, isfile
|
||||
from glob import glob
|
||||
|
||||
__all__ = [ ]
|
||||
__all__ = []
|
||||
|
||||
for f in glob(dirname(__file__) + "/*.py"):
|
||||
if not basename(f).startswith('_') and isfile(f):
|
||||
|
||||
Reference in New Issue
Block a user