]> arthur.barton.de Git - bup.git/blobdiff - t/tshquote.py
Move python library files to lib/bup/
[bup.git] / t / tshquote.py
index 9f9c8cc845c76177bdf850b2efa789974f41bb52..15b06ec1a53992435cf91fb529d4f85c77367727 100644 (file)
@@ -1,5 +1,5 @@
+from bup import shquote
 from wvtest import *
-import shquote
 
 def qst(line):
     return [s[1] for s in shquote.quotesplit(line)]