Log In
centos
/
artwork-archive
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
60ae65937ad4f11d5c89b862a028e21880c3ad50
60ae65937ad4f11d5c89b862a028e21880c3ad50
Scripts
CentOS-Web
centos-web.cgi
Fork and Edit
Blob
Blame
History
Raw
#!/usr/bin/python from Apps import xhtml def main(): xhtml.main() if __name__ == '__main__': main()