diff --git a/bin/sigal b/bin/sigal index 6f48f0b..4369f9f 100755 --- a/bin/sigal +++ b/bin/sigal @@ -2,7 +2,7 @@ # -*- coding:utf-8 -*- # sigal - simple static gallery generator -# Copyright (C) 2009-2011 - Simon C. (saimon.org) +# Copyright (C) 2009-2012 - Simon C. (saimon.org) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -28,9 +28,9 @@ sigal is yet another python script to prepare a static gallery of images: """ __author__ = "Saimon (contact at saimon dot org)" -__version__ = "0.1-dev" +__version__ = "0.1" __date__ = "20110513" -__copyright__ = "Copyright (C) 2009-2011 - saimon.org" +__copyright__ = "Copyright (C) 2009-2012 - saimon.org" __license__ = "GPL" import os diff --git a/runtests.py b/runtests.py index 4e0530e..bf36eba 100755 --- a/runtests.py +++ b/runtests.py @@ -2,7 +2,7 @@ # -*- coding:utf-8 -*- # sigal - simple static gallery generator -# Copyright (C) 2009-2011 - Simon C. (saimon.org) +# Copyright (C) 2009-2012 - Simon C. (saimon.org) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -25,7 +25,6 @@ This script allows to test quickly the creation of a gallery, and prints additionnal information for debugging purpose. """ -import os import sys from sigal.image import Gallery from sigal.params import read_params