-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<Defect>[OglLinks]: <Create specific type of link>
[Include unit test, Update version] [optional footer(s)]
- Loading branch information
Humberto Sanchez II
committed
Jul 18, 2022
1 parent
a4ee8cd
commit 91c45ad
Showing
4 changed files
with
87 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
|
||
setup( | ||
name="untanglepyut", | ||
version="0.2.0", | ||
version="0.2.5", | ||
author_email='[email protected]', | ||
description='XML to Ogl Object Model', | ||
long_description=README, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="iso-8859-1"?> | ||
<PyutProject version="10" CodePath=""> | ||
<PyutDocument type="CLASS_DIAGRAM" title="Simple" scrollPositionX="0" scrollPositionY="0" pixelsPerUnitX="20" pixelsPerUnitY="20"> | ||
<GraphicClass width="167" height="69" x="50" y="50"> | ||
<Class id="7" name="BaseClass" filename="" description="" showMethods="True" showFields="True" showStereotype="True" displayParameters="Unspecified"/> | ||
</GraphicClass> | ||
<GraphicClass width="161" height="69" x="50" y="275"> | ||
<Class id="8" name="SubClass" filename="" description="" showMethods="True" showFields="True" showStereotype="True" displayParameters="Unspecified"/> | ||
</GraphicClass> | ||
<GraphicLink srcX="130" srcY="275" dstX="130" dstY="118" spline="False"> | ||
<Link name="" type="INHERITANCE" cardSrc="" cardDestination="" bidir="False" sourceId="8" destId="7"/> | ||
</GraphicLink> | ||
</PyutDocument> | ||
</PyutProject> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters