Added:
trunk/bbgun/__init__.py
Log:
Standardize the bbgun module with __init__.py
Added: trunk/bbgun/__init__.py
==============================================================================
--- (empty file)
+++ trunk/bbgun/__init__.py Sun Jun 24 17:24:50 2007
@@ -0,0 +1,26 @@
+# (no interpreter)
+# -*- coding: utf8 -*-
+#
+# Copyright 2007 Joe Friedrichsen <pengi...@gmail.com>
+#
+# This file is part of bbgun.
+#
+# bbgun 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
+# (at your option) any later version.
+#
+# bbgun 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 General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with bbgun; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+
+"""Initialize the bbgun module
+
+"""
+
+__all__ = ['BBCode', 'BBDatabase']
\ No newline at end of file