Script: changed to /usr/bin/env python3.

This commit is contained in:
scoobybejesus 2020-11-14 19:21:29 -05:00
parent 3d2ab6ee34
commit 8ec8c2f302
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3 #!/usr/bin/env python3
## Purpose: Allows user to keep additional data in their CSV Input File to increase its usefulness and ## Purpose: Allows user to keep additional data in their CSV Input File to increase its usefulness and
## enhance readability, yet be able to properly format it prior to importing into `cryptools`. ## enhance readability, yet be able to properly format it prior to importing into `cryptools`.