diff options
author | Matt Wilson <msw@redhat.com> | 2001-06-23 02:51:53 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-06-23 02:51:53 +0000 |
commit | 05a30de20ac6af412aac590d9453fe63c1ffc2ba (patch) | |
tree | 08285e4520de7e2b141371675ef415ae42320875 /videocard.py | |
parent | d711e6d6c87fd08dab2c842cdeef6f3daaaf7566 (diff) | |
download | anaconda-05a30de20ac6af412aac590d9453fe63c1ffc2ba.tar.gz anaconda-05a30de20ac6af412aac590d9453fe63c1ffc2ba.tar.xz anaconda-05a30de20ac6af412aac590d9453fe63c1ffc2ba.zip |
missing module
Diffstat (limited to 'videocard.py')
-rw-r--r-- | videocard.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/videocard.py b/videocard.py index 0ca6c6106..5816612f7 100644 --- a/videocard.py +++ b/videocard.py @@ -22,6 +22,7 @@ import iutil import isys from log import log +from translate import _ Video_cardslist = {} |