Skip to content

Commit

Permalink
Removed the reference to 'imp', which was not used anyway...
Browse files Browse the repository at this point in the history
  • Loading branch information
iherman committed Jan 10, 2020
1 parent b623cdd commit d4b91f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyRdfa/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
$Id: utils.py,v 1.18 2016/12/08 10:13:34 ivan Exp $
$Date: 2016/12/08 10:13:34 $
"""
import os, os.path, sys, imp, datetime, socket
import os, os.path, sys, datetime, socket

# Python 3 vs. 2 switch
if sys.version_info[0] >= 3 :
Expand Down

0 comments on commit d4b91f8

Please sign in to comment.