fixed outputs

This commit is contained in:
Tarek Ziade 2010-08-12 15:02:26 +02:00
parent 0d0b77f79d
commit 9e283b063f
8 changed files with 108 additions and 107 deletions

View file

@ -1,5 +1,5 @@
#!/usr/bin/python
from flake8.scripts.flake8 import main
from flake8 import main
if __name__ == '__main__':
main()