fix indentation

Esse commit está contido em:
Victor Nakoryakov
2013-09-24 11:25:10 +04:00
commit f4732c9b8c
+3 -3
Ver Arquivo
@@ -70,9 +70,9 @@ def main():
os.makedirs(e.build_dir)
if not os.path.isdir(e.lib_dir):
os.makedirs(e.lib_dir)
with open('lib/.holder', 'w') as f:
f.write("")
os.makedirs(e.lib_dir)
with open('lib/.holder', 'w') as f:
f.write("")
args.func(args)
except Abort as exc: