PEP8: fix E302: expected 2 blank lines, found 1
[samba.git] / python / samba / tests / gpo.py
index ed5f8702b99545ee1fe4ef12194711459e7f9ebc..7c884f70c2f0c745d82342e4735dfe86fcc0e243 100644 (file)
@@ -26,6 +26,7 @@ poldir = r'\\addom.samba.example.com\sysvol\addom.samba.example.com\Policies'
 dspath = 'CN=Policies,CN=System,DC=addom,DC=samba,DC=example,DC=com'
 gpt_data = '[General]\nVersion=%d'
 
+
 class GPOTests(tests.TestCase):
     def setUp(self):
         super(GPOTests, self).setUp()