bin/degal
author Tero Marttila <terom@fixme.fi>
Wed, 17 Jun 2009 17:02:24 +0300
changeset 131 7021d949222c
parent 48 20355dd2e61a
permissions -rwxr-xr-x
fix commands.main to render HTML for folders that only have subfolders, and no direct images
#!/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))