##// 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 import logging
6 import logging
20 import os
7 import os
21 import re
8 import re
@@ -37,13 +24,11 b' except:'
37 cPickle = None
24 cPickle = None
38 import pickle
25 import pickle
39
26
40 # System library imports
41 import zmq
27 import zmq
42 from zmq.log import handlers
28 from zmq.log import handlers
43
29
44 from IPython.external.decorator import decorator
30 from IPython.external.decorator import decorator
45
31
46 # IPython imports
47 from IPython.config.application import Application
32 from IPython.config.application import Application
48 from IPython.utils.localinterfaces import localhost, is_public_ip, public_ips
33 from IPython.utils.localinterfaces import localhost, is_public_ip, public_ips
49 from IPython.utils.py3compat import string_types, iteritems, itervalues
34 from IPython.utils.py3compat import string_types, iteritems, itervalues
General Comments 0
You need to be logged in to leave comments. Login now