##// END OF EJS Templates
Fixing pep-8 conformance issues
Jorgen Stenarson -
Show More
@@ -20,10 +20,10 b' from IPython.testing.decorators import skipif'
20 20 from nose import with_setup
21 21 from nose.tools import raises
22 22
23 from os.path import join, abspath, split
23 24 import os, sys, IPython
24 env = os.environ
25 25
26 from os.path import join, abspath, split
26 env = os.environ
27 27
28 28 try:
29 29 import _winreg as wreg
General Comments 0
You need to be logged in to leave comments. Login now