Fix thinko in exchange_from_url()

Funnily enough, this was just shown by the coverage report.
This commit is contained in:
Mark McLoughlin 2013-06-15 21:25:34 +01:00
parent dd4b8bd672
commit cf44b8d01d
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ def parse_url(url, default_exchange=None):
return parsed
def exchange_from_url(self, url, default_exchange=None):
def exchange_from_url(url, default_exchange=None):
"""Parse an exchange name from a URL.
Assuming a URL takes the form of: