Skip to content

Commit

Permalink
* Removed superfluous imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Kulakov committed Jan 16, 2013
1 parent 3023965 commit ba4139e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyramid_breve.py
@@ -1,9 +1,8 @@
from os import stat
import re
from zope.interface import implements
from pyramid.interfaces import IRendererFactory
from pyramid.settings import asbool
from pyramid.path import AssetResolver, DottedNameResolver
from pyramid.path import AssetResolver
from breve import Template
from breve.tags import html

Expand Down

0 comments on commit ba4139e

Please sign in to comment.