From c037f2b804371e6ce95963a07ff2368cecc70b46 Mon Sep 17 00:00:00 2001 From: MinRK Date: Sun, 19 Oct 2014 16:26:27 -0700 Subject: [PATCH] s/singleuserapp/singleuser --- jupyterhub/{singleuserapp.py => singleuser.py} | 0 scripts/jupyterhub-singleuser | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename jupyterhub/{singleuserapp.py => singleuser.py} (100%) 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()