Skip to content

Commit a05d13f

Browse files
committed
loris.wsgi to loris2.wsgi. Should have been done with #105
1 parent 9371001 commit a05d13f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
(cache_dp, []),
8181
(cache_links, []),
8282
(info_cache_dp, []),
83-
(www_dp, ['www/loris.wsgi']),
83+
(www_dp, ['www/loris2.wsgi']),
8484
(www_dp, ['www/index.txt']),
8585
(tmp_dp, [])
8686
]
@@ -131,7 +131,7 @@ def read(fname):
131131
os.chmod(fs_node, 0755)
132132
os.chown(fs_node, user_id, group_id)
133133

134-
wsgi_script = os.path.join(www_dp, 'loris.wsgi')
134+
wsgi_script = os.path.join(www_dp, 'loris2.wsgi')
135135
executables = (LORIS_CACHE_CLEAN, JP2_EXECUTABLE, wsgi_script)
136136
for ex in executables:
137137
os.chmod(ex, 0755)
File renamed without changes.

0 commit comments

Comments
 (0)