bin/degal
author Tero Marttila <terom@fixme.fi>
Sun, 14 Jun 2009 16:10:30 +0300
branchnew-exif
changeset 108 f74d8cf678ce
parent 48 20355dd2e61a
permissions -rwxr-xr-x
relocate the new exif module to lib/, as it's not really part of degal as such
#!/usr/bin/env python2.5
#
# DeGAL - A pretty simple web image gallery
# Copyright 2008 Tero Marttila
#

# import package
import degal.main

if __name__ == '__main__' :
    import sys
    
    # run entrypoint with command arguments, and exit with returned error code
    sys.exit(degal.main.main(sys.argv))