1
0
forked from VimPlug/jedi

imports are now fully functional

This commit is contained in:
David Halter
2012-08-03 13:00:44 +02:00
parent a9fbb2edce
commit 639457b9ec
9 changed files with 30 additions and 16 deletions
+9
View File
@@ -0,0 +1,9 @@
from PySide import QtCore
from PySide import QtGui
##? ['QEvent']
QtCore.QEvent
##? []
QtGui.QButton