Skip to content

Commit

Permalink
Has made statistics file responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Aadit-Bhojgi committed Apr 28, 2017
1 parent 5e429bd commit 57f3a35
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions SciKit-Play-GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,11 @@ def combo_chosen_2(self):
print (c1, c2, c3, c4)

def statistic(self):
import stat_1
stat_1.calstat()
import subprocess

me = subprocess.call([sys.executable, 'stat_1.py'])
'''import stat_1
stat_1.me()'''

def combo_chosen_3(self):
self.v1.clear()
Expand Down

0 comments on commit 57f3a35

Please sign in to comment.