Skip to content

Commit

Permalink
fix failing test in python 3.3 due to namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
alisaifee committed May 26, 2014
1 parent 5c8b285 commit d6ed12d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_flask_ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from flask import Flask, Blueprint, request, current_app
import hiro
import mock
from flask.ext.limiter import ConfigurationError
from flask.ext.limiter.errors import ConfigurationError
from flask.ext.limiter.extension import Limiter


Expand Down

0 comments on commit d6ed12d

Please sign in to comment.