From c59a56fa704f278ed95f26f98fe6f77aaecf94ee Mon Sep 17 00:00:00 2001 From: Izhar Firdaus Date: Tue, 24 Jun 2008 14:24:17 +0800 Subject: - added generator class - moved ocins variable to __init__.py --- chitin/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chitin/utils.py') diff --git a/chitin/utils.py b/chitin/utils.py index 47b7e95..be6b4d0 100644 --- a/chitin/utils.py +++ b/chitin/utils.py @@ -1,5 +1,4 @@ -#!/usr/bin/python - +# # 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 # the Free Software Foundation; either version 2 of the License, or -- cgit