Files
Iristyle a000ce8acc feat(ST2.UtilPackages): bump up all packages
- Refresh PackageCache with latest versions of everything
2013-09-16 22:35:46 -04:00

13 lines
239 B
Python

import sublime
def show_error(string):
"""
Displays an error message with a standard "Package Control" header
:param string:
The error to display
"""
sublime.error_message(u'Package Control\n\n%s' % string)