Merge pull request #809 from M4cs/patch-1

Update Demo_Desktop_Widget_CPU_Graph.py
This commit is contained in:
MikeTheWatchGuy 2018-11-28 14:18:16 -05:00 committed by GitHub
commit a797b0b59b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
#!/usr/bin/env python #!/usr/bin/env python
import sys import sys
import sys
if sys.version_info[0] >= 3: if sys.version_info[0] >= 3:
import PySimpleGUI as sg import PySimpleGUI as sg
else: else: