reguire gnupg1 on f>=31; sense the system to use gpg1 when installed
[nodemanager.git] / iptables.py
index 1e06322..2842a9d 100644 (file)
@@ -1,10 +1,8 @@
-#!/usr/bin/python -tt
-
+#!/usr/bin/python3 -tt
+#
 # Author: Daniel Hokka Zakrisson <daniel@hozac.com>
-# $Id$
 
 import os
-import logger
 import subprocess
 
 class IPTables: