mirror of https://github.com/kivy/kivy.git
Remove python2's sys.exc_call
This commit is contained in:
parent
517289a9c1
commit
074889db20
|
@ -48,7 +48,6 @@ class TwistedTwistd(GridLayout):
|
|||
IServiceCollection(self.app).stopService()
|
||||
self.running = False
|
||||
else:
|
||||
sys.exc_clear()
|
||||
sys.path.insert(0, os.path.abspath(os.getcwd()))
|
||||
sys.argv = TWISTD.split(' ')
|
||||
config = ServerOptions()
|
||||
|
|
Loading…
Reference in New Issue