Changeset 145 for trunk/Target/TargetPython.pas
- Timestamp:
- Jun 5, 2023, 6:44:57 PM (18 months ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Target/TargetPython.pas
r144 r145 1 unit UTargetPython;1 unit TargetPython; 2 2 3 3 interface 4 4 5 5 uses 6 Classes, SysUtils, UTarget, UBFTarget;6 Classes, SysUtils, Target, BFTarget; 7 7 8 8 type
Note:
See TracChangeset
for help on using the changeset viewer.