##// END OF EJS Templates
update header in parallel.util
MinRK -
Show More
@@ -1,21 +1,8 b''
1 """Some generic utilities for dealing with classes, urls, and serialization.
1 """Some generic utilities for dealing with classes, urls, and serialization."""
2 2
3 Authors:
3 # Copyright (c) IPython Development Team.
4 # Distributed under the terms of the Modified BSD License.
4 5
5 * Min RK
6 """
7 #-----------------------------------------------------------------------------
8 # Copyright (C) 2010-2011 The IPython Development Team
9 #
10 # Distributed under the terms of the BSD License. The full license is in
11 # the file COPYING, distributed as part of this software.
12 #-----------------------------------------------------------------------------
13
14 #-----------------------------------------------------------------------------
15 # Imports
16 #-----------------------------------------------------------------------------
17
18 # Standard library imports.
19 6 import logging
20 7 import os
21 8 import re
@@ -37,13 +24,11 b' except:'
37 24 cPickle = None
38 25 import pickle
39 26
40 # System library imports
41 27 import zmq
42 28 from zmq.log import handlers
43 29
44 30 from IPython.external.decorator import decorator
45 31
46 # IPython imports
47 32 from IPython.config.application import Application
48 33 from IPython.utils.localinterfaces import localhost, is_public_ip, public_ips
49 34 from IPython.utils.py3compat import string_types, iteritems, itervalues
General Comments 0
You need to be logged in to leave comments. Login now