PEP8: fix E302: expected 2 blank lines, found 1
[metze/samba/wip.git] / python / samba / tests / loadparm.py
index daa0162b09f2641f9ba9933feff60ddf14c113d8..fc79e28efb6579fc330c934999b268a2d5ffc8b3 100644 (file)
@@ -22,6 +22,8 @@ import os
 # the python bindings for LoadParm objects map (by default) to a single global
 # object in the underlying C code. E.g. if we create 2 different LoadParm
 # objects in python, really they're just the same object underneath.
+
+
 class LoadParmTest(TestCaseInTempDir):
 
     def test_global_loadparm(self):