diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-12-04 17:30:08 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-12-04 17:30:08 +0100 |
| commit | 0c55a8e7e3eada51d24c7bc74446ecf9c255505d (patch) | |
| tree | 052413d8d87d5dd8a72c7794b9424971b67c0dc5 /client/vocabcompiler.py | |
| parent | 68e5c979ad6f643af23a8c1e5895c8bb38527328 (diff) | |
| parent | 631d6841a96db0b50fd2ebd2d23dc669fe30afee (diff) | |
| download | jasper-client-0c55a8e7e3eada51d24c7bc74446ecf9c255505d.tar.gz jasper-client-0c55a8e7e3eada51d24c7bc74446ecf9c255505d.zip | |
Merge pull request #259 from Holzhaus/print-overhaul
Print overhaul
Diffstat (limited to 'client/vocabcompiler.py')
| -rw-r--r-- | client/vocabcompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/vocabcompiler.py b/client/vocabcompiler.py index 0fb668a..ed9f425 100644 --- a/client/vocabcompiler.py +++ b/client/vocabcompiler.py @@ -388,7 +388,7 @@ if __name__ == '__main__': base_dir = args.base_dir if args.base_dir else tempfile.mkdtemp() phrases = get_all_phrases() - print "Module phrases: %r" % phrases + print("Module phrases: %r" % phrases) for subclass in AbstractVocabulary.__subclasses__(): if hasattr(subclass, 'PATH_PREFIX'): |
