From ca4c231eaa003d01cc4621ddbb11300e3e936c66 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Wed, 10 Apr 2013 19:00:58 +0000 Subject: [PATCH] missing import svn: r21947 --- gramps/gen/plug/_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/gen/plug/_options.py b/gramps/gen/plug/_options.py index 2051715fd..4ff8339d1 100644 --- a/gramps/gen/plug/_options.py +++ b/gramps/gen/plug/_options.py @@ -33,8 +33,8 @@ General option handling, including saving and parsing. # #------------------------------------------------------------------------- from __future__ import print_function - import os +import sys #------------------------------------------------------------------------- #