From db9959b61e1063024b782ee5199f4b01a36ed44a Mon Sep 17 00:00:00 2001 From: clamsawd Date: Thu, 29 Oct 2015 22:29:52 +0100 Subject: [PATCH] Bump up version number to 0.8-beta --- ip2e-config.py | 2 +- ip2e-daemon.py | 3 ++- ip2e-log.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/ip2e-config.py b/ip2e-config.py index 3789885..470421b 100755 --- a/ip2e-config.py +++ b/ip2e-config.py @@ -10,7 +10,7 @@ # Dependences: curl or wget | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="0.7-beta" +version="0.8-beta" #Import python-modules import os diff --git a/ip2e-daemon.py b/ip2e-daemon.py index ce58b31..98ab09b 100755 --- a/ip2e-daemon.py +++ b/ip2e-daemon.py @@ -10,7 +10,7 @@ # Dependences: curl or wget | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="0.7-beta" +version="0.8-beta" #Import python-modules import subprocess @@ -88,6 +88,7 @@ else: writeip2eIPcf() #Check if curl is installed +from subprocess import PIPE, Popen try: curlCheck = Popen(['curl', '--version'], stdout=PIPE, stderr=PIPE) curlCheck.stderr.close() diff --git a/ip2e-log.py b/ip2e-log.py index 482e6e5..71e6ec6 100755 --- a/ip2e-log.py +++ b/ip2e-log.py @@ -10,7 +10,7 @@ # Dependences: curl or wget | # Compatible with Python 3.x | # -------------------------------------------------------------- -version="0.7-beta" +version="0.8-beta" #Import python-modules import os