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