Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2014-01-06 18:44:06 (GMT)
committer Walter Bender <walter@sugarlabs.org>2014-01-06 18:44:06 (GMT)
commite69087d59ccb142eb5120ac99e346b151f62f2a3 (patch)
tree3e07fcedfc4a02c9052acab5d887e9f56d51a46d /util
parentb4db11d99cb529daef3b206abacfcd9d65867653 (diff)
Alan's clean up of export code
Diffstat (limited to 'util')
-rw-r--r--util/odp.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/odp.py b/util/odp.py
index 89a5c80..8fc18d6 100644
--- a/util/odp.py
+++ b/util/odp.py
@@ -58,12 +58,12 @@ class TurtleODP:
page.addElement(photoframe)
href = self.doc.addPicture(path)
photoframe.addElement(Image(href=href))
- print 'added image successfully'
+ #print 'added image successfully'
def save_presentation(self):
- print self.path
+ #print self.path
self.doc.save(self.path)
- print 'presentation saved successfully'
+ #print 'presentation saved successfully'
def get_output_path(self):
return self.path