diff options
author | eliott <eliott@cactuswax.net> | 2007-12-22 16:21:21 -0500 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2007-12-22 16:21:21 -0500 |
commit | bd9a99d79193673caa568ab8c17edfd873e8a27e (patch) | |
tree | de6d7e346e98840662e2bd6f0fad70f4ed99b564 /todolists/models.py | |
parent | f02fdceef9a041f363732490769f1babc8f64515 (diff) |
renamed imports
Diffstat (limited to 'todolists/models.py')
-rw-r--r-- | todolists/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/todolists/models.py b/todolists/models.py index 0a4f445e..c5893f03 100644 --- a/todolists/models.py +++ b/todolists/models.py @@ -1,6 +1,6 @@ from django.db import models from django.contrib.auth.models import User -from archlinux.packages.models import Package +from archweb_dev.packages.models import Package class TodolistManager(models.Manager): def get_incomplete(self): |