Fix divio cloud compatibility
This commit is contained in:
parent
80daad31de
commit
b67466d4db
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
# -*- coding: utf-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):
|
class Form(forms.BaseForm):
|
||||||
|
|
Loading…
Reference in a new issue