Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArt/tapalette.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-03-05 15:00:24 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-03-05 15:00:24 (GMT)
commit235845313fb283fcafd050fae5559220de8883ec (patch)
tree05c78abe131b21ecd5f82c8c34a561eb3648e629 /TurtleArt/tapalette.py
parent8f8f9bc244cc284faa74bf6b6cfd6999db9c0213 (diff)
renamed PLUGIN_DICTIONARY to more descriptive primitive_dictionary
Diffstat (limited to 'TurtleArt/tapalette.py')
-rw-r--r--TurtleArt/tapalette.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/TurtleArt/tapalette.py b/TurtleArt/tapalette.py
index 7eea957..4f84da3 100644
--- a/TurtleArt/tapalette.py
+++ b/TurtleArt/tapalette.py
@@ -22,7 +22,7 @@
from taconstants import BLOCK_STYLES, BLOCK_NAMES, HELP_STRINGS, PALETTES, \
PALETTE_NAMES, CONTENT_BLOCKS, PRIMITIVES, DEFAULTS, SPECIAL_NAMES, \
COLORS, EXPANDABLE_STYLE, EXPANDABLE_BLOCKS
-from talogo import VALUE_BLOCKS
+from talogo import value_blocks
from tautils import debug_output
@@ -154,7 +154,7 @@ class Block():
HELP_STRINGS[self._name] = ''
if self._value_block:
- VALUE_BLOCKS.append(self._name)
+ value_blocks.append(self._name)
if self._content_block:
CONTENT_BLOCKS.append(self._name)