lib/settings.py
changeset 18 46536daf9e04
parent 16 980825f2aeed
child 23 10841abbc01f
equal deleted inserted replaced
17:adde6ad8731e 18:46536daf9e04
    15 # how many image/page
    15 # how many image/page
    16 IMAGE_COUNT = 50
    16 IMAGE_COUNT = 50
    17 
    17 
    18 VERSION = "0.5"
    18 VERSION = "0.5"
    19 ROOT_IGNORE = ('lib', 'templates')
    19 ROOT_IGNORE = ('lib', 'templates')
       
    20 
       
    21 if __name__ == '__main__' :
       
    22     print __file__