summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-14 15:43:33 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-14 15:44:17 +0300
commit90426d623ef7a49e748214700a327b5822b1f73b (patch)
treee414d38fc771d77344fc77335e4b4373c3d3b6ac
parent2df653cef7c34bfdebeddfd273ec2a66fcf8a6e9 (diff)
downloadvmdb2-90426d623ef7a49e748214700a327b5822b1f73b.tar.gz
Oops, drop the only use of YarnHelper
-rw-r--r--yarns/lib.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/yarns/lib.py b/yarns/lib.py
index f463ab0..1171387 100644
--- a/yarns/lib.py
+++ b/yarns/lib.py
@@ -4,11 +4,7 @@ import sys
import cliapp
from yarnutils import *
-import yarnhelper
-
srcdir = os.environ['SRCDIR']
datadir = os.environ['DATADIR']
vars = Variables(datadir)
-
-helper = yarnhelper.YarnHelper()