diff options
| author | Chris Rossi <chris@archimedeanco.com> | 2014-07-16 10:44:55 -0400 |
|---|---|---|
| committer | Chris Rossi <chris@archimedeanco.com> | 2014-07-16 10:44:55 -0400 |
| commit | e7339162285144e7bfd716e1e4e000f34974b1c2 (patch) | |
| tree | 476ead1e71d1c5836c0e9bdd15948f8e4aba8a65 | |
| parent | 46c0294c5e66712e186de96f55ced580d3ae4c0b (diff) | |
| download | pyramid-e7339162285144e7bfd716e1e4e000f34974b1c2.tar.gz pyramid-e7339162285144e7bfd716e1e4e000f34974b1c2.tar.bz2 pyramid-e7339162285144e7bfd716e1e4e000f34974b1c2.zip | |
Unused import.
| -rw-r--r-- | pyramid/static.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyramid/static.py b/pyramid/static.py index 7616b0a29..9d691ca46 100644 --- a/pyramid/static.py +++ b/pyramid/static.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- import hashlib import os -import pkg_resources from os.path import ( normcase, |
