X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=blobdiff_plain;f=t%2Ftshquote.py;h=15b06ec1a53992435cf91fb529d4f85c77367727;hp=9f9c8cc845c76177bdf850b2efa789974f41bb52;hb=1b04790e5fd83e129526808ca923b811b00e48fc;hpb=76c38a42144d0a7883765ae53c58b118de1e3296 diff --git a/t/tshquote.py b/t/tshquote.py index 9f9c8cc..15b06ec 100644 --- a/t/tshquote.py +++ b/t/tshquote.py @@ -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)]