Log In
centos
/
artwork-archive
Clone
Source Code
GIT
Source
Issues
0
Pull Requests
0
Stats
Overview
Files
Commits
Branches
Forks
Releases
Files
Commit:
f02876b49fb9acc0d114348e8e17e99cec79d140
f02876b49fb9acc0d114348e8e17e99cec79d140
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()