From dcf2a2e1709dddb04ff0f87d5186abe14e58f76e Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 27 Apr 2016 18:31:49 +0800 Subject: extract_info.py: do not import re --- extract_info.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'extract_info.py') diff --git a/extract_info.py b/extract_info.py index af127b4..52bc78b 100755 --- a/extract_info.py +++ b/extract_info.py @@ -6,15 +6,17 @@ # in order to visualize the FoV coverage of the observations. # # Aaron LI -# 2016-04-22 +# Created: 2016-04-22 +# Updated: 2016-04-27 # -# ChangeLog: +# Changelog: +# 2016-04-27: +# * Do not import the unused "re" module # import sys import glob import os -import re import json import csv import argparse -- cgit v1.2.2