When using this plug-in in conjunction with Sublime-HTMLPrettify causes HTMLPrettify to fail. The root cause is commands.py is overwriting the built in commands library (used for system commands).
I would suggest to rename command.py to something that doesn't shadow a system library.