diff options
author | Michael Elkins <melkins@tislabs.com> | 2013-03-19 18:25:04 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2013-03-19 18:25:04 +0000 |
commit | c6e2ec467a7d2918a313aa97b33e61411d34a2b2 (patch) | |
tree | e42de973e2b9a87efec2b4634f6e426d5ae131ec /rpkid/Makefile.in | |
parent | aa924816b6c468790dc236d5a5f7f74c01e99d9d (diff) |
$DJANGO_DIR is no longer needed and not used anywhere
svn path=/trunk/; revision=5175
Diffstat (limited to 'rpkid/Makefile.in')
-rw-r--r-- | rpkid/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpkid/Makefile.in b/rpkid/Makefile.in index 02713929..26801ae7 100644 --- a/rpkid/Makefile.in +++ b/rpkid/Makefile.in @@ -6,7 +6,6 @@ PYTHON = @PYTHON@ TRANG = @TRANG@ SECRET_KEY = @SECRET_KEY@ -DJANGO_DIR = @DJANGO_DIR@ VIRTUAL_ENV = @VIRTUAL_ENV@ DJANGO_ADMIN = @DJANGO_ADMIN@ |