VERSION: Bump version number up to 4.0.4.
[samba.git] / source4 / scripting / python / samba / tests / registry.py
index dd9fad0ea35c9ccb5899eff26b725b0745a9b3f0..8016a0bb6860627e8e929bb692488fb4d7d0be5b 100644 (file)
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
 # Unix SMB/CIFS implementation.
 # Copyright (C) Jelmer Vernooij <jelmer@samba.org> 2007
 #
@@ -26,7 +24,7 @@ import samba.tests
 class HelperTests(samba.tests.TestCase):
 
     def test_predef_to_name(self):
-        self.assertEquals("HKEY_LOCAL_MACHINE", 
+        self.assertEquals("HKEY_LOCAL_MACHINE",
                           registry.get_predef_name(0x80000002))
 
     def test_str_regtype(self):