diff core/models.py @ 599:2f5779e9d8f8

Fix max users stat not updating.
author Brian Neal <bgneal@gmail.com>
date Wed, 04 Jul 2012 00:14:00 -0500
parents ee87ea74d46b
children
line wrap: on
line diff
--- a/core/models.py	Wed Jun 13 20:46:30 2012 -0500
+++ b/core/models.py	Wed Jul 04 00:14:00 2012 -0500
@@ -1,10 +1,7 @@
 """
 This file contains the core Models used in gpp
 """
-import datetime
-
 from django.db import models
-from django.contrib.auth.models import User
 
 
 class Statistic(models.Model):