You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/gcf/geni/util/secure_xmlrpc_client.py is unused. It duplicates code from src/gcf/omnilib/xmlrpc/client.py. src/gcf/omnilib/xmlrpc/client.py is used by src/gcf-proxy-test.py and src/gcf-test.py and src/gcf/geni/am/proxyam.py
Consider moving the client.py functionality into secure_xmlrpc_client.py and fixing all uses to use it from there, so that while omni depends on gcf, gcf does not depend on omni.
The text was updated successfully, but these errors were encountered:
src/gcf/geni/util/secure_xmlrpc_client.py
is unused. It duplicates code fromsrc/gcf/omnilib/xmlrpc/client.py
.src/gcf/omnilib/xmlrpc/client.py
is used bysrc/gcf-proxy-test.py
andsrc/gcf-test.py
andsrc/gcf/geni/am/proxyam.py
Consider moving the
client.py
functionality intosecure_xmlrpc_client.py
and fixing all uses to use it from there, so that while omni depends on gcf, gcf does not depend on omni.The text was updated successfully, but these errors were encountered: