Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Alexander_Naumov:SLE-12:Update
python-jabberpy
fix-package.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-package.dif of Package python-jabberpy
Index: jabberpy-0.5-0/jabber/__init__.py =================================================================== --- /dev/null +++ jabberpy-0.5-0/jabber/__init__.py @@ -0,0 +1,10 @@ +__all__ = [] + +import jabber + +for __s in dir(jabber): + __val = getattr(jabber, __s) + globals()[__s] = __val + __all__.append(__val) + +del __s, __val
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor