diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-04 15:33:13 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-04 15:33:13 -0800 |
| commit | 6858cd42e0ceb31d873052eba9f68406cd3aa03a (patch) | |
| tree | a4e16bbffdb48521869ff46ebb91e4fc8748dad0 | |
| parent | acac6a6ed57458adc2ecda36c51382660e5269df (diff) | |
| download | cryptography-6858cd42e0ceb31d873052eba9f68406cd3aa03a.tar.gz cryptography-6858cd42e0ceb31d873052eba9f68406cd3aa03a.tar.bz2 cryptography-6858cd42e0ceb31d873052eba9f68406cd3aa03a.zip | |
The worst.
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ class CFFIBuild(build): class PyTest(test): def finalize_options(self): - TestCommand.finalize_options(self) + test.finalize_options(self) self.test_args = [] self.test_suite = True |
