Changeset 083cf10 in ammosreader for scripts/pdw_reader.py
- Timestamp:
- 05/14/23 18:22:31 (2 years ago)
- Branches:
- AmmosSource, guix
- Children:
- df4d123
- Parents:
- 1804972
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
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.