- Anonymous
| Author | Committer | Branch | Timestamp | Parent |
|---|---|---|---|---|
| looooo | looooo | master | 2017-03-01 16:12:49 | master a388a9d7 |
| Affected Issues | 0000995: Python3 compatibility (Ongoing) | |||
| Changeset | py3: Part: BOPTools: to make the BOPTools available in python3 the way to import these tools had to be changed: old: ```from Part import BOPTools``` -> new: ```import BOPTools``` this is also changed for python2 |
|||
| mod - src/Mod/Part/BOPTools/JoinFeatures.py | Diff File | |||
| mod - src/Mod/Part/BOPTools/SplitFeatures.py | Diff File | |||
| mod - src/Mod/Part/InitGui.py | Diff File | |||
| mod - src/Mod/Part/JoinFeatures.py | Diff File | |||