diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-04 15:37:41 +0000 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2006-02-04 15:37:41 +0000 |
| commit | 52d4a8c09000ea446458ff401f2c0a9d620212cb (patch) | |
| tree | 7083393d87efddb4aecf8cc583e67865808d1ac3 /gnome-software-properties | |
| parent | 694ea8be861e66124617709eba63408da07e10c5 (diff) | |
| download | python-apt-52d4a8c09000ea446458ff401f2c0a9d620212cb.tar.gz | |
* view can be configured via the config file now
Diffstat (limited to 'gnome-software-properties')
| -rw-r--r-- | gnome-software-properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnome-software-properties b/gnome-software-properties index d5cbd0ce..a8074f7e 100644 --- a/gnome-software-properties +++ b/gnome-software-properties @@ -37,7 +37,7 @@ from optparse import OptionParser #sys.path.append("@prefix@/share/update-manager/python") -import SoftwareProperties +from SoftwareProperties import SoftwareProperties if __name__ == "__main__": _ = gettext.gettext |
