From 71d4b15ab72253c3ff159f299cd8bd1cd04352d8 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 23 Sep 2013 11:01:05 +0200 Subject: missed to import os MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/common.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common.py') diff --git a/src/common.py b/src/common.py index 1c25342..951e9ab 100644 --- a/src/common.py +++ b/src/common.py @@ -18,6 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . ''' +import os -- cgit v1.2.3-70-g09d2