Skip to content

Commit

Permalink
PackageInfo: Fix import.
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed Apr 18, 2017
1 parent b3d1ac2 commit f76c7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PackageInfo/packages.py
Expand Up @@ -19,7 +19,7 @@
import warnings
warnings.filterwarnings("ignore", "apt API not stable yet", FutureWarning)
import subprocess, os, apt
from email import feedparser as FeedParser
from email.feedparser import FeedParser

if sys.version_info[0] >= 3:
import urllib.parse
Expand Down

0 comments on commit f76c7b0

Please sign in to comment.