~mapclient.devs/mapclient/stable

« back to all changes in this revision

Viewing changes to mapclient/mountpoints/stackedwidget.py

  • Committer: musculoskeletal
  • Date: 2014-06-25 05:38:05 UTC
  • mfrom: (1.6.35 testing)
  • Revision ID: musculoskeletal@bioeng1033-20140625053805-jkqhi5oq74vmlntl
Merging testing into stable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
    along with MAP Client.  If not, see <http://www.gnu.org/licenses/>..
19
19
'''
20
20
 
21
 
from core.pluginframework import MetaPluginMountPoint
 
21
from mapclient.core.pluginframework import MetaPluginMountPoint
22
22
'''
23
23
Plugins can inherit this mount point to extend
24
24