Merge branch 'release/0.8.x' into develop
This commit is contained in:
commit
dabe9c01d0
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
try:
|
||||
from divio_cli import forms
|
||||
except ImportError:
|
||||
from aldryn_client import forms
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue