Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Removed duplicate of importing OS
Browse files Browse the repository at this point in the history
  • Loading branch information
abowery authored Nov 4, 2019
1 parent d1e18c0 commit 5f35daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openifs_wu_submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

#import fileinput
import os, zipfile, shutil, datetime, calendar, math, MySQLdb, fcntl, hashlib
import json, argparse, os, subprocess, time, sys, xml.etree.ElementTree as ET
import json, argparse, subprocess, time, sys, xml.etree.ElementTree as ET
from email.mime.text import MIMEText
from subprocess import Popen, PIPE
from xml.dom import minidom
Expand Down

0 comments on commit 5f35daf

Please sign in to comment.