lifted-studios / AutoCopyright

Plugin for Sublime Text 2 to automate adding/updating the appropriate copyright text at the top of the file.
MIT License
13 stars 5 forks source link

AttributeError: 'module' object has no attribute 'ERROR_MISSING_OWNER' #11

Closed lapointexavier closed 11 years ago

lapointexavier commented 11 years ago

Hi,

Freshly installed the plugin using Package Control under Ubuntu. Tried restarting Sublime as well, starting from a new shell, etc.

Traceback (most recent call last):
  File "./sublime_plugin.py", line 362, in run_
  File "./InsertCopyrightCommand.py", line 44, in run
  File "./CopyrightCommand.py", line 43, in handle_missing_owner_exception
AttributeError: 'module' object has no attribute 'ERROR_MISSING_OWNER'
lee-dohm commented 11 years ago

Thanks very much for the bug report!

lapointexavier commented 11 years ago

Auto updated with Package Control (gotta love this) and works now, thanks!