Skip to content
Snippets Groups Projects

Update code to run under Python3 + Conda packaging

Closed Maeva Pourpoint requested to merge conda_package into master
3 files
+ 2
5
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
1
@@ -26,7 +26,6 @@ Packaged with conda.
@@ -26,7 +26,6 @@ Packaged with conda.
import argparse
import argparse
import struct
import struct
import sys
import sys
from io import open
from os.path import basename, getsize, isfile
from os.path import basename, getsize, isfile
PROG_VERSION = '2020.216'
PROG_VERSION = '2020.216'
Loading