diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-02-21 14:16:29 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-02-21 14:16:29 +0000 |
| commit | ae10b2772b30a2fa6a8c8de22a20d8a940fa6a95 (patch) | |
| tree | e135dfbc95ebc252e6d8583276c9e5098e98faf6 /django/utils/_os.py | |
| parent | 6902824ac204d2207f50a3b788ae9d3d5947d01f (diff) | |
Fixed #15369 -- Added missing import in _os module. Thanks, jonash.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django/utils/_os.py')
| -rw-r--r-- | django/utils/_os.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/django/utils/_os.py b/django/utils/_os.py index 706268a74d..f7b279db24 100644 --- a/django/utils/_os.py +++ b/django/utils/_os.py @@ -1,4 +1,5 @@ import os +import stat from os.path import join, normcase, normpath, abspath, isabs, sep from django.utils.encoding import force_unicode |
