diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-21 14:27:05 -0700 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-21 21:32:02 +0000 |
| commit | 02f3505cd6d585a24d79cca033f30ce88e972563 (patch) | |
| tree | 9bcf8000e22c681a16075b2cfa7a5d5d01e51bc1 /boot | |
| parent | 893bcdbc388eb7bc5c59fe92f461fc20c7343dec (diff) | |
| download | jasper-client-02f3505cd6d585a24d79cca033f30ce88e972563.tar.gz jasper-client-02f3505cd6d585a24d79cca033f30ce88e972563.zip | |
Escape phrases before 'say'ing them in OS X
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/test.py b/boot/test.py index 4c79f39..b390d5e 100644 --- a/boot/test.py +++ b/boot/test.py @@ -5,7 +5,6 @@ if os.environ.get('JASPER_HOME') is None: import sys import unittest -from sets import Set from mock import patch import vocabcompiler |
