Browse Source

Removed unnecessary import

pull/204/head
Armin Ronacher 14 years ago
parent
commit
235369fd61
  1. 1
      flask/config.py

1
flask/config.py

@ -13,7 +13,6 @@ from __future__ import with_statement
import imp
import os
import sys
import errno
from werkzeug import import_string

Loading…
Cancel
Save