~ubuntu-branches/debian/experimental/spyder/experimental

« back to all changes in this revision

Viewing changes to spyderplugins/p_profiler.py

  • Committer: Package Import Robot
  • Author(s): Picca Frédéric-Emmanuel
  • Date: 2013-02-27 09:51:28 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20130227095128-wtx1irpvf4vl79lj
Tags: 2.2.0~beta3+dfsg-1
* Imported Upstream version 2.2.0~beta3+dfsg
* debian /patches
  - 0002-feature-forwarded-add-icon-to-desktop-file.patch (deleted)
    this patch was integrated by the upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
# Local imports
15
15
from spyderlib.baseconfig import get_translation
16
16
_ = get_translation("p_profiler", dirname="spyderplugins")
17
 
from spyderlib.guiconfig import get_icon
18
 
from spyderlib.utils.qthelpers import create_action
 
17
from spyderlib.utils.qthelpers import get_icon, create_action
19
18
from spyderlib.plugins import SpyderPluginMixin, PluginConfigPage, runconfig
20
19
 
21
20
from spyderplugins.widgets.profilergui import (ProfilerWidget,