Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing unused imports
  • Loading branch information
Klaus Thoden committed Sep 12, 2018
1 parent 8c6d165 commit 7d92bf8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions eoatex2imxml.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
# -*- coding: utf-8; mode: python -*-
# Time-stamp: <2018-08-30 17:51:23 (kthoden)>
# Time-stamp: <2018-09-12 11:42:33 (kthoden)>

"""
Converts Latex files into a customized DocBook XML file.
Expand All @@ -22,9 +22,6 @@
# imports
import argparse
from lxml import etree
from lxml import objectify
from copy import deepcopy
from copy import copy
from libeoabibitem import Bibitem
from bs4 import BeautifulSoup
import libeoaconvert
Expand Down

0 comments on commit 7d92bf8

Please sign in to comment.