Arjan Molenaar
363600f463
Make imports more specific
...
Do not import from gaphor.diagram.items, but from their specific modules/packages.
2019-05-20 22:39:01 +02:00
Dan Yeaw
1c72d3010b
Replace zope.component.adapts with decorator, remove vim setting comment
...
Signed-off-by: Dan Yeaw <dan@yeaw.me>
2019-02-17 13:21:50 -05:00
Dan Yeaw
0b854fc522
Run black on all files to fix formatting
...
Signed-off-by: Dan Yeaw <dan@yeaw.me>
2018-11-24 21:31:18 -05:00
Arjan Molenaar
fb04d4632d
Fix assert warnings, whitespace
2018-11-22 23:14:07 +01:00
Dan Yeaw
e66b458a2b
Futurize run 2: fix dict, update items, keys, and values
...
Signed-off-by: Dan Yeaw <dan@yeaw.me>
2018-09-29 22:28:43 -04:00
Dan Yeaw
146ed7818b
Revert "Migrated codebase to be compatible with Python3 using python-modernize. Changed import statements to fix recursive imports, renamed uses of "UML" to uml2 and modelfactory which are the actual module names, and removed some of the unused import statements."
...
This reverts commit d7c8653
Signed-off-by: Dan Yeaw <dan@yeaw.me>
2018-09-21 13:46:40 -04:00
Dan Yeaw
385d249b7a
Correct wrong short license on each source file
...
Signed-off-by: Dan Yeaw <dan@yeaw.me>
2018-01-13 18:33:50 -05:00
danyeaw
68cb1d3229
Added license preamble and copyright, closes #10 .
2017-05-12 22:03:34 -04:00
danyeaw
ffabc82351
Ran python-modernize on files outside of gaphor. Updated formatting.
2017-04-30 21:23:46 -04:00
danyeaw
b705df38d6
Revert "Reformatted all code to match PEP8, optimized imports."
...
This reverts commit 244be6b6472b6ad9a9b27a32267e4d4a093d56bb.
2017-04-29 21:58:43 -04:00
danyeaw
244be6b647
Reformatted all code to match PEP8, optimized imports.
2017-04-29 21:24:12 -04:00
danyeaw
4a31654690
More import updates to change UML to uml2
2017-04-26 22:13:28 -04:00
danyeaw
d7c86533c3
Migrated codebase to be compatible with Python3 using python-modernize. Changed import statements to fix recursive imports, renamed uses of "UML" to uml2 and modelfactory which are the actual module names, and removed some of the unused import statements.
2017-04-24 20:59:16 -04:00
Arjan Molenaar
c4af325e61
Added test case for actions. Not testing flow positions, though.
2010-01-20 19:20:16 +01:00