Skip to content

Commit

Permalink
make running alot from git easier (for development)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasTomecek authored and pazz committed Mar 11, 2015
1 parent 00d0165 commit 6c18c49
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions alot/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,6 @@ def main():

# set up and start interface
UI(dbman, cmdstring)

if __name__ == '__main__':
main()

0 comments on commit 6c18c49

Please sign in to comment.