I want to maintain prewikka and Prelude modules OBS-URL: https://build.opensuse.org/request/show/393495 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/prewikka?expand=0&rev=1
9 lines
260 B
Diff
9 lines
260 B
Diff
--- scripts/prewikka.wsgi 2016-04-22 23:28:03.000000000 +0200
|
|
+++ scripts/prewikka.wsgi.new 2016-04-26 12:20:55.621987856 +0200
|
|
@@ -1,2 +1,4 @@
|
|
+#!/usr/bin/env python
|
|
+
|
|
from prewikka.web import wsgi
|
|
application = wsgi.application
|
|
\ No newline at end of file
|