remove a few dangling IPythons

This commit is contained in:
Min RK
2014-11-25 19:28:54 -08:00
parent 0562e0491b
commit 3c204e6297
4 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{ {
"name": "ipython-deps", "name": "jupyterhub-deps",
"version": "0.0.1", "version": "0.0.1",
"dependencies": { "dependencies": {
"bootstrap": "components/bootstrap#~3.1", "bootstrap": "components/bootstrap#~3.1",

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
"""The multi-user notebook application""" """The multi-user notebook application"""
# Copyright (c) IPython Development Team. # Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License. # Distributed under the terms of the Modified BSD License.
import binascii import binascii

View File

@@ -1,5 +1,6 @@
"""Basic html-rendering handlers.""" """Basic html-rendering handlers."""
# Copyright (c) IPython Development Team.
# Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License. # Distributed under the terms of the Modified BSD License.
from tornado import web from tornado import web

View File

@@ -1,5 +1,5 @@
"""extra traitlets""" """extra traitlets"""
# Copyright (c) IPython Development Team. # Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License. # Distributed under the terms of the Modified BSD License.
from IPython.utils.traitlets import Unicode from IPython.utils.traitlets import Unicode