~jstys-z/helioviewer.org/client5

« back to all changes in this revision

Viewing changes to scripts/jsmin/jsmin.py

  • Committer: Keith Hughitt
  • Date: 2012-06-12 20:18:46 UTC
  • Revision ID: keith.hughitt@gmail.com-20120612201846-k3nm2g2sznpfumhc
Added latest movies page

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/usr/bin/python2
 
1
#!/usr/bin/python
2
2
 
3
3
# This code is original from jsmin by Douglas Crockford, it was translated to
4
4
# Python by Baruch Even. The original code had the following copyright and