Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 290852 Details for
Bug 427549
small python import problem
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch fixes the import problem
netconfpkg.patch (text/plain), 850 bytes, created by
Christian Krause
on 2008-01-04 16:42:24 UTC
(
hide
)
Description:
patch fixes the import problem
Filename:
MIME Type:
Creator:
Christian Krause
Created:
2008-01-04 16:42:24 UTC
Size:
850 bytes
patch
obsolete
>--- /usr/share/system-config-network/netconfpkg/NCDeviceList.py 2007-10-15 14:32:20.000000000 +0200 >+++ /tmp/NCDeviceList.py 2008-01-04 17:30:52.000000000 +0100 >@@ -21,6 +21,7 @@ > import os.path > import string > import re >+from netconfpkg.NCProfileList import getProfileList > from netconfpkg.NC_functions import * > from netconfpkg import DeviceList_base > from netconfpkg.NCDeviceFactory import getDeviceFactory >@@ -99,7 +100,7 @@ > chdev[dev.DeviceId] = newDeviceId > #log.log(4, "%s != %s" % (newDeviceId, dev.DeviceId)) > # Fixed change device names in active list of all profiles >- profilelist = netconfpkg.NCProfileList.getProfileList() >+ profilelist = getProfileList() > > for prof in profilelist: > #log.log(4, str(prof.ActiveDevices))
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 427549
: 290852