- Timestamp:
- 05/14/23 18:22:31 (2 years ago)
- Branches:
- AmmosSource, guix
- Children:
- df4d123
- Parents:
- 1804972
- Location:
- scripts
- Files:
-
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
scripts/iqdw_reader.py
r1804972 r083cf10 3 3 from ammosreader.AmmosIFReader import AmmosIFReader 4 4 5 if __name__ == '__main__': 6 5 def main(): 7 6 if len(sys.argv) != 2: 8 7 sys.exit() -
scripts/pdw_reader.py
r1804972 r083cf10 1 import os2 1 import sys 3 sys.path.append('../src/')4 2 5 3 from ammosreader.PDW import PDW 6 4 7 if __name__ == '__main__':5 def main(): 8 6 9 7 if len(sys.argv) != 2:
Note:
See TracChangeset
for help on using the changeset viewer.