Update luac.py

develop
Lethosor 2015-02-24 15:09:52 -05:00
parent 62b0573dc2
commit 262fe52424
1 changed files with 0 additions and 2 deletions

@ -10,8 +10,6 @@ def main():
parts = cur.replace('\\', '/').split('/') parts = cur.replace('\\', '/').split('/')
if '.git' in parts or 'depends' in parts: if '.git' in parts or 'depends' in parts:
continue continue
if '.git' in cur:
print(parts)
for filename in filenames: for filename in filenames:
if not filename.endswith('.lua'): if not filename.endswith('.lua'):
continue continue