10000 Qt4 keys by tacaswell · Pull Request #2749 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Qt4 keys #2749

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 21 commits into from
Jan 22, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused imports
  • Loading branch information
mrterry committed Sep 19, 2013
commit 2bea38e060da0f45dbf19444fb71b49787b5de00

There are no files selected for viewing

9 changes: 0 additions & 9 deletions lib/matplotlib/backends/backend_qt4.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,13 @@

import six

import math # might not ever be used
import os
import re
import signal
import sys

import matplotlib

####### might not ever be used
from matplotlib import verbose
from matplotlib.cbook import onetrue
from matplotlib.backend_bases import GraphicsContextBase
from matplotlib.backend_bases import RendererBase
from matplotlib.backend_bases import IdleEvent
from matplotlib.mathtext import MathTextParser
#######
from matplotlib.cbook import is_string_like
from matplotlib.backend_bases import FigureManagerBase
from matplotlib.backend_bases import FigureCanvasBase
Expand Down
0