Log In
centos
/
artwork-archive
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Blame Scripts/CentOS-Web/centos-web.cgi
Branch:
a62ec6352df1acea019e2bc8c31a127d9cc1104c
master
a62ec6352df1acea019e2bc8c31a127d9cc1104c
Scripts
CentOS-Web
centos-web.cgi
Blob
History
Raw
cc10e6
#!/usr/bin/python
cc10e6
0f62f3
from Apps import xhtml
cc10e6
cc10e6
def main():
1caa63
xhtml.main()
cc10e6
cc10e6
if __name__ == '__main__': main()