summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorEduardo Elias <camponez@gmail.com>2018-01-31 23:56:21 +0000
committerEduardo Elias <camponez@gmail.com>2018-01-31 23:56:21 +0000
commitcd5afb60f79b2263f415098cf279eacef442cf7c (patch)
tree3306f67f7c5d066cf1e0bf500a0452b57f78c3f9 /acprep
parenta7698247740727f0d18049e53d900984880c8ded (diff)
downloadfork-ledger-cd5afb60f79b2263f415098cf279eacef442cf7c.tar.gz
fork-ledger-cd5afb60f79b2263f415098cf279eacef442cf7c.tar.bz2
fork-ledger-cd5afb60f79b2263f415098cf279eacef442cf7c.zip
Remove unused imports
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep4
1 files changed, 0 insertions, 4 deletions
diff --git a/acprep b/acprep
index d1c24388..8d9d67f7 100755
--- a/acprep
+++ b/acprep
@@ -12,11 +12,7 @@ import optparse
import os
import re
import shutil
-import string
import sys
-import time
-import tempfile
-import datetime
try:
import hashlib