diff --git a/jupyterhub/singleuserapp.py b/jupyterhub/singleuser.py similarity index 100% rename from jupyterhub/singleuserapp.py rename to jupyterhub/singleuser.py diff --git a/scripts/jupyterhub-singleuser b/scripts/jupyterhub-singleuser index 48c70d10..72246c46 100644 --- a/scripts/jupyterhub-singleuser +++ b/scripts/jupyterhub-singleuser @@ -1,4 +1,4 @@ #!/usr/bin/env python -from jupyterhub.singleuserapp import main +from jupyterhub.singleuser import main main()