mirror of
https://github.com/elisspace/autopsy.git
synced 2026-08-31 08:32:01 +00:00
Forced regression scripts to use python 3
This commit is contained in:
@@ -398,5 +398,9 @@ def main():
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
if sys.hexversion < 0x03000000:
|
||||
print("Python 3 required")
|
||||
sys.exit(1)
|
||||
|
||||
sys.exit(main())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user