Fixes some issue of kivy running

This commit is contained in:
surbhi 2018-07-09 17:16:41 +05:30
parent a859dd78e7
commit 956f689eeb
No known key found for this signature in database
GPG Key ID: 88928762974D3618
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import time
from kivy.app import App
from kivy.core.window import Window
from kivy.uix.boxlayout import BoxLayout
from kivy.uix.gridlayout import GridLayout
# from kivy.uix.gridlayout import GridLayout
from debug import logger