Skip to content
Snippets Groups Projects
Commit 3a4dfad8431a authored by Nsukami Patrick <ndkpatt at gmail dot com>'s avatar Nsukami Patrick
Browse files

Flake8: fix F401, E222

parent 273ec52ea989
No related branches found
No related tags found
No related merge requests found
# pylint: disable=W0622
"""cubicweb-squareui application packaging information"""
from os import listdir as _listdir
from os.path import join, isdir
from glob import glob
modname = 'squareui'
distname = 'cubicweb-squareui'
......@@ -18,7 +13,7 @@
description = 'data-centric user interface for cubicweb based on bootstrap'
web = 'http://www.cubicweb.org/project/%s' % distname
__depends__ = {
__depends__ = {
'cubicweb': '>= 3.26.0',
'cubicweb-bootstrap': '>= 1.3.1',
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment