diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-24 19:46:41 -0700 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-24 19:46:41 -0700 |
| commit | f49c96dcd06eced0bf468543324a76544b73ab74 (patch) | |
| tree | f677b7db39497b1c29cd325005e9b9a48c67c61b /client/test.py | |
| parent | 45faa4cba77b8b7740bd8a34830abddfe5d8423e (diff) | |
| download | jasper-client-f49c96dcd06eced0bf468543324a76544b73ab74.tar.gz jasper-client-f49c96dcd06eced0bf468543324a76544b73ab74.zip | |
better patching
Diffstat (limited to 'client/test.py')
| -rw-r--r-- | client/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/test.py b/client/test.py index 06c67fe..a9c5136 100644 --- a/client/test.py +++ b/client/test.py @@ -1,5 +1,5 @@ import unittest -from mock import Mock, patch +from mock import patch from urllib2 import URLError, urlopen import yaml from test_mic import Mic |
