diff options
| author | jvoisin | 2012-05-25 15:09:48 +0200 |
|---|---|---|
| committer | jvoisin | 2012-05-25 15:09:48 +0200 |
| commit | 907e5e7cc2152c07ed6cbf3846a808be433f0eb9 (patch) | |
| tree | d8ffa96d5fedbdcf5c2d87f4de9d1cdca463ed24 /setup.py | |
| parent | d07d35e2c1c2b6d926ad78a5b8a957b2244156d8 (diff) | |
Makes pyflakes happier (Paul Wise)
Diffstat (limited to '')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | import os | 3 | import os |
| 4 | 4 | ||
| 5 | from distutils.core import setup, Command | 5 | from distutils.core import setup |
| 6 | from DistUtilsExtra.command import * | 6 | from DistUtilsExtra.command import * |
| 7 | 7 | ||
| 8 | from lib import mat | 8 | from lib import mat |
