PY3 fixes and added tests for gluon/admin.py

This commit is contained in:
ilvalle
2016-06-24 22:54:56 +02:00
parent 48350664f0
commit 8aecaf4514
19 changed files with 75 additions and 69 deletions
+1
View File
@@ -28,5 +28,6 @@ if __name__ == '__main__':
import coverage
coverage.process_startup()
except:
print('Coverage is not available')
pass
gluon.widget.start(cron=True)