Commit 7fe3dc91 authored by Denis Bilenko's avatar Denis Bilenko

record_results.py: remove unused import

parent aba23c21
...@@ -27,7 +27,6 @@ Usage: %prog program [args] ...@@ -27,7 +27,6 @@ Usage: %prog program [args]
import sys import sys
import os import os
import subprocess import subprocess
import codecs
from os.path import abspath, dirname, join, split from os.path import abspath, dirname, join, split
try: try:
import sqlite3 import sqlite3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment