PEP8: fix E401: multiple imports on one line
[bbaumbach/samba-autobuild/.git] / python / samba / tests / dckeytab.py
index 239d3113dad4dea4d92fc8b34112c936415219ab..3149828c4dd79ec0469499a40600fc5ea6279400 100644 (file)
@@ -16,7 +16,9 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
-import os, sys, string
+import os
+import sys
+import string
 from samba.net import Net
 import samba.dckeytab
 from samba import tests