bugfix
This commit is contained in:
parent
2d2eb97300
commit
7e90ca2a31
@ -1,3 +1,3 @@
|
||||
github.com 加速
|
||||
|
||||
git config --global url."https://github.com.cnpmjs.org".insteadOf "https://github.com"
|
||||
git config --global url."https://github.com.cnpmjs.org/".insteadOf "https://github.com/"
|
||||
|
@ -15,7 +15,6 @@ from .tab import TabsPanel
|
||||
from .qrdata import QRCodeWidget
|
||||
# from .kivycamera import KivyCamera
|
||||
from .filebrowser import FileLoaderBrowser
|
||||
from .osc_server import OSCServer
|
||||
from .graph import Graph, MeshLinePlot, MeshStemPlot, LinePlot, \
|
||||
SmoothLinePlot, ContourPlot, BarPlot, HBar, VBar, ScatterPlot, \
|
||||
PointPlot
|
||||
@ -43,7 +42,6 @@ r('VBar', VBar)
|
||||
r('ScatterPlot', ScatterPlot)
|
||||
r('PointPlot', PointPlot)
|
||||
r('MapView', MapView)
|
||||
r('OSCServer',OSCServer)
|
||||
r('DataGrid',DataGrid)
|
||||
r('FileLoaderBrowser',FileLoaderBrowser)
|
||||
# r('KivyCamera',KivyCamera)
|
||||
|
@ -6,4 +6,3 @@ pillow
|
||||
requests
|
||||
plyer
|
||||
python-osc
|
||||
oscpy
|
||||
|
Loading…
Reference in New Issue
Block a user