Skip to content

Commit

Permalink
fixed incorrect import
Browse files Browse the repository at this point in the history
  • Loading branch information
dhatch committed Jul 5, 2011
1 parent 0073bff commit e9e800e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tastypie/fields.py
Expand Up @@ -7,7 +7,7 @@
from tastypie.bundle import Bundle from tastypie.bundle import Bundle
from tastypie.exceptions import ApiFieldError, NotFound from tastypie.exceptions import ApiFieldError, NotFound
from tastypie.utils import dict_strip_unicode_keys from tastypie.utils import dict_strip_unicode_keys
from tastypie.resource import ModelResource from tastypie.resources import ModelResource


class NOT_PROVIDED: class NOT_PROVIDED:
pass pass
Expand Down

0 comments on commit e9e800e

Please sign in to comment.