--- a/app/soc/models/organization.py Wed Jan 07 20:30:38 2009 +0000
+++ b/app/soc/models/organization.py Wed Jan 07 20:56:50 2009 +0000
@@ -14,13 +14,18 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-"""This module contains the Organization Model."""
+"""This module contains the Organization Model.
+"""
__authors__ = [
'"Pawel Solyga" <pawel.solyga@gmail.com>',
]
+from google.appengine.ext import db
+
+from django.utils.translation import ugettext_lazy
+
import soc.models.group