Skip to content

Commit

Permalink
Fix divio cloud compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Mar 18, 2017
1 parent 80daad3 commit b67466d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion aldryn_config.py
@@ -1,5 +1,8 @@
# -*- coding: utf-8 -*-
from aldryn_client import forms
try:
from divio_cli import forms
except ImportError:
from aldryn_client import forms


class Form(forms.BaseForm):
Expand Down

0 comments on commit b67466d

Please sign in to comment.