ddanier / django-openx

Provides the necessary utilities to access the new OpenX-API
0 stars 0 forks source link

Error while importing Zone #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
>>> from django_openx import Zone
...
  File "advertiser.py", line 5, in Advertiser
    _client = OpenXClient().advertiser
TypeError: __getattr__() takes exactly 1 argument (2 given)

Original issue reported on code.google.com by dariusz....@gmail.com on 18 Oct 2010 at 2:38

GoogleCodeExporter commented 9 years ago
Fixed parameter issue.

Original comment by arif.ami...@gmail.com on 24 Oct 2010 at 1:59