more setuptools stuff
[Comic.py.git] / src / scripts / comic_show
blob5e72b24f0dc179dc532eb30e49789ee37b5fa5e6
1 #!/usr/bin/python
2 ###########################################################################
3 # Copyright (C) 2007 by Andrew Mahone
4 # <andrew.mahone@gmail.com>
6 # Copyright: See COPYING file that comes with this distribution
8 ###########################################################################
9 if __name__ == '__main__':
10 from Comic import Web
11 Web.run()