patch by Thomas Dreibholz - ovs-vsctl and not ovs-ovsctl
[nodemanager.git] / iptables.py
index 1e06322..e17be94 100644 (file)
@@ -1,10 +1,8 @@
 #!/usr/bin/python -tt
-
+#
 # Author: Daniel Hokka Zakrisson <daniel@hozac.com>
-# $Id$
 
 import os
-import logger
 import subprocess
 
 class IPTables: