summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoy Hyunjin Han <rhh@crosscompute.com>2014-04-27 09:42:00 -0700
committerRoy Hyunjin Han <rhh@crosscompute.com>2014-04-27 09:42:00 -0700
commit934d7fe27b92d0e329c0c1a76bdd3e0870e2f09a (patch)
treeb78fd71ea348118fb6afd7c7082ace79bd143655
parentdab7485e3fb20e8372d54c8dd815e7071b2580db (diff)
downloadpyramid-934d7fe27b92d0e329c0c1a76bdd3e0870e2f09a.tar.gz
pyramid-934d7fe27b92d0e329c0c1a76bdd3e0870e2f09a.tar.bz2
pyramid-934d7fe27b92d0e329c0c1a76bdd3e0870e2f09a.zip
Update static.py
-rw-r--r--pyramid/static.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyramid/static.py b/pyramid/static.py
index 0987ffde6..aa67568d3 100644
--- a/pyramid/static.py
+++ b/pyramid/static.py
@@ -11,7 +11,7 @@ from os.path import (
from pkg_resources import (
resource_exists,
- resource_filename,
+ resource_filename,
resource_isdir,
)