Unnneded __main__

This commit is contained in:
Chmouel Boudjnah 2013-03-28 19:04:25 +01:00
parent 743493cee3
commit 0d98ca4202
1 changed files with 0 additions and 4 deletions

View File

@ -112,7 +112,3 @@ class Accounts(object):
def main():
acc = Accounts()
acc.process()
if __name__ == '__main__':
main()