~stefan-schwarzburg/qreator/qreator_vendor_plugins

« back to all changes in this revision

Viewing changes to qreator_lib/__init__.py

  • Committer: Stefan Schwarzburg
  • Date: 2013-05-19 16:13:23 UTC
  • Revision ID: stefan.schwarzburg@gmail.com-20130519161323-4jst4eh8a3ys6uxb
added vendor detection to softwarecenter datatype and graceful switch off of unsupported plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
from . helpers import set_up_logging
23
23
from . Window import Window
24
24
from . qreatorconfig import get_version
25
 
 
 
25
from . helpers import VendorError