Merge pull request #543 from robnagler:master

Allow jupyterhub-singleuser to run on python 2 install

closes #543
This commit is contained in:
Min RK
2016-04-25 11:35:40 +02:00

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python3
#!/usr/bin/env python
"""Extend regular notebook server to be aware of multiuser things."""
# Copyright (c) Jupyter Development Team.