From 3fb5e50b36f924f56aab0b1377495369d4118d15 Mon Sep 17 00:00:00 2001 From: Oliverpool Date: Sun, 12 Jun 2016 22:18:21 +0200 Subject: [PATCH] useless import --- patacrep/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patacrep/build.py b/patacrep/build.py index 73efbbcc..a66619d7 100644 --- a/patacrep/build.py +++ b/patacrep/build.py @@ -10,7 +10,7 @@ from subprocess import Popen, PIPE, call, check_call import yaml -from patacrep import authors, content, encoding, errors, files, pkg_datapath, utils +from patacrep import authors, content, encoding, errors, pkg_datapath, utils from patacrep.index import process_sxd from patacrep.templates import TexBookRenderer, iter_bookoptions