Skip to content

Instantly share code, notes, and snippets.

View KellyMWhitehead's full-sized avatar

Kelly M Whitehead KellyMWhitehead

  • North Arrow Research
  • Seattle
View GitHub Profile
import argparse
import sys, traceback
import os
import sqlite3
from xml.etree import ElementTree as ET
from os import path
sys.path.append(path.abspath(path.join(path.dirname(__file__), "..")))
import time
import traceback
from lib.env import setEnvFromFile