s/singleuserapp/singleuser

This commit is contained in:
MinRK
2014-10-19 16:26:27 -07:00
parent 4ea63c05f3
commit c037f2b804
2 changed files with 1 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
from jupyterhub.singleuserapp import main
from jupyterhub.singleuser import main
main()