Skip to content

Commit

Permalink
Add missing file-comment-headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrant committed Apr 24, 2014
1 parent 457cbfd commit 02d8ea2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions distarray/apps/__init__.py
@@ -0,0 +1,5 @@
# encoding: utf-8
# ---------------------------------------------------------------------------
# Copyright (C) 2008-2014, IPython Development Team and Enthought, Inc.
# Distributed under the terms of the BSD License. See COPYING.rst.
# ---------------------------------------------------------------------------
7 changes: 7 additions & 0 deletions distarray/ipython_utils.py
@@ -1,6 +1,13 @@
# encoding: utf-8
# ---------------------------------------------------------------------------
# Copyright (C) 2008-2014, IPython Development Team and Enthought, Inc.
# Distributed under the terms of the BSD License. See COPYING.rst.
# ---------------------------------------------------------------------------

"""
The single IPython entry point.
"""

from IPython.parallel import Client

IPythonClient = Client

0 comments on commit 02d8ea2

Please sign in to comment.