Skip to content

Commit

Permalink
Merge pull request django-extensions#152 from darkpixel/bug-151-py25-…
Browse files Browse the repository at this point in the history
…compat

Make notes command python 2.5 compatible. Fixes django-extensions#151.
  • Loading branch information
Jannis Leidel committed Feb 6, 2012
2 parents 048a54a + c96d4d6 commit 2f9f5da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django_extensions/management/commands/notes.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
from __future__ import with_statement
from django.core.management.base import BaseCommand, CommandError
from django.conf import settings
import os
Expand Down

0 comments on commit 2f9f5da

Please sign in to comment.