diff options
author | nagarjun <nagarjun@gnowledge.org> | 2012-03-22 14:56:09 +0530 |
---|---|---|
committer | nagarjun <nagarjun@gnowledge.org> | 2012-03-22 14:56:09 +0530 |
commit | 54f838c5e23f8a24dfe8cc56dbe9cc2c3173cad6 (patch) | |
tree | 586a911959821ec5f2f73fa756aa6c562fc78057 /build/lib.linux-i686-2.6/gstudio/__init__.py | |
parent | ca912f402629773c9dd5535b780c4a4f582478be (diff) | |
download | gnowsys-54f838c5e23f8a24dfe8cc56dbe9cc2c3173cad6.tar.gz |
removed the build dir from the repo and cache
Diffstat (limited to 'build/lib.linux-i686-2.6/gstudio/__init__.py')
-rw-r--r-- | build/lib.linux-i686-2.6/gstudio/__init__.py | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/build/lib.linux-i686-2.6/gstudio/__init__.py b/build/lib.linux-i686-2.6/gstudio/__init__.py deleted file mode 100644 index ff60315d..00000000 --- a/build/lib.linux-i686-2.6/gstudio/__init__.py +++ /dev/null @@ -1,27 +0,0 @@ - -# Copyright (c) 2011, 2012 Free Software Foundation - -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Affero General Public License as -# published by the Free Software Foundation, either version 3 of the -# License, or (at your option) any later version. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Affero General Public License for more details. - -# You should have received a copy of the GNU Affero General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. - - -"""Gstudio""" -__version__ = '0.3.dev' -__license__ = 'BSD License' - -__author__ = 'gnowgi' -__email__ = 'nagarjun@gnowledge.org' - -__url__ = 'http://github.com/gnowgi/django-gstudio' - - |