Skip to content

Commit 05c2fbd

Browse files
author
Ram Rachum
committed
-
1 parent 292ef7b commit 05c2fbd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

garlicsim/garlicsim/scripts/simpack_template/simpack_name/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import garlicsim
44

55

6-
# self.FORCE_CRUNCHER = garlicsim.asynchronous_crunching.crunchers.CruncherThread
6+
# FORCE_CRUNCHER = garlicsim.asynchronous_crunching.crunchers.CruncherThread
77

88
# A cruncher that this simpack insists on using.
99
#
@@ -12,7 +12,7 @@
1212

1313

1414

15-
# self.DETERMINISM_FUNCTION = garlicsim.misc.simpack_grokker.misc.default_determinism_function
15+
# DETERMINISM_FUNCTION = garlicsim.misc.simpack_grokker.misc.default_determinism_function
1616

1717
# Function that takes a step profile and says whether its deterministic.
1818
#

garlicsim/garlicsim/scripts/simpack_template/simpack_name/wx/settings.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# import widgets.state_creation_dialog
33

44

5-
# self.BIG_WORKSPACE_WIDGETS = widgets.state_viewer.StateViewer
5+
# BIG_WORKSPACE_WIDGETS = widgets.state_viewer.StateViewer
66

77
# Widgets to show in the middle of the frame. These must be instances of
88
# garlicsim_wx.widgets.workspace_widget.
99
#
1010
# This is where you usually put your main widget that displays your states.
1111

1212

13-
# self.SMALL_WORKSPACE_WIDGETS = []
13+
# SMALL_WORKSPACE_WIDGETS = []
1414

1515
# (05.15.2010 - Still not implemented, sorry.)
1616
#
@@ -20,7 +20,7 @@
2020
# This is where you usually put small tools.
2121

2222

23-
# self.SEEK_BAR_GRAPHS = []
23+
# SEEK_BAR_GRAPHS = []
2424

2525
# (05.15.2010 - Still not implemented, sorry.)
2626
#
@@ -29,6 +29,6 @@
2929
# These may be either scalar state functions or scalar history functions.
3030

3131

32-
# self.STATE_CREATION_DIALOG = widgets.state_creation_dialog
32+
# STATE_CREATION_DIALOG = widgets.state_creation_dialog
3333
#
3434
# Dialog for creating a root state.

0 commit comments

Comments
 (0)