Tidy up in groups app

This commit is contained in:
2010-10-25 14:34:30 +01:00
parent 065bb081f6
commit 8823217066
2 changed files with 0 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ GROUP_TYPE_CHOICES = (
(GROUP_TYPE_MANAGED, 'Managed'),
)
# Request Status Codes
REQUEST_PENDING = 0
REQUEST_ACCEPTED = 1

View File

@@ -1,5 +1,4 @@
from django import forms
import settings
from groups.models import GroupRequest
from groups.app_defines import *