diff options
author | Marius Halden <marius.h@lden.org> | 2014-03-17 04:18:38 +0100 |
---|---|---|
committer | Marius Halden <marius.h@lden.org> | 2014-03-17 04:18:38 +0100 |
commit | e3647a7063c54e68898c0cdfc0373c4804f0bfc5 (patch) | |
tree | 1d92c956bf6f0a808dfd5a99a59400c8743d3e21 /main.wsgi | |
parent | 7c575aaa8e98a6aa7eda8d69e2b14d014ee91b09 (diff) | |
download | DDNS.py-e3647a7063c54e68898c0cdfc0373c4804f0bfc5.tar.gz DDNS.py-e3647a7063c54e68898c0cdfc0373c4804f0bfc5.tar.bz2 DDNS.py-e3647a7063c54e68898c0cdfc0373c4804f0bfc5.tar.xz |
-
Diffstat (limited to 'main.wsgi')
-rw-r--r-- | main.wsgi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/main.wsgi b/main.wsgi deleted file mode 100644 index 9e5292c..0000000 --- a/main.wsgi +++ /dev/null @@ -1,4 +0,0 @@ -#import sys -#sys.path.insert(0, '/path/to/ddns/dir/') -#from main import app as application -from ddns import app as application |