From b799d5d4d8908f454573f161e9554456b47b7a5d Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Tue, 23 Feb 2010 00:31:02 +0100 Subject: Fix typo Signed-off-by: Michael Buesch --- libtoprammer/bitfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtoprammer/bitfile.py b/libtoprammer/bitfile.py index 532f0fa..5665a19 100644 --- a/libtoprammer/bitfile.py +++ b/libtoprammer/bitfile.py @@ -20,7 +20,7 @@ import sys try: - import xpkg_resources + import pkg_resources except ImportError: print "Failed to import the 'pkg_resources' Python module." print "On Debian Linux run: apt-get install python-pkg-resources" -- cgit v1.2.3