Commit b67709a2 by Piotr Mitros

Test pass

parent 56448d82
...@@ -59,8 +59,8 @@ class embed(): ...@@ -59,8 +59,8 @@ class embed():
url = self._baseurl+"schema" url = self._baseurl+"schema"
schema = json.loads(requests.get(url).content) schema = json.loads(requests.get(url).content)
else: else:
import djobject.views import djanalytics.core.views
schema = djobject.views.schema_helper() schema = djanalytics.core.views.schema_helper()
def __getattr__(self, attr): def __getattr__(self, attr):
## Disallow internal. This is necessary both for analytics, ## Disallow internal. This is necessary both for analytics,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment