Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ka_debug.py
diff options
context:
space:
mode:
Diffstat (limited to 'ka_debug.py')
-rw-r--r--ka_debug.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/ka_debug.py b/ka_debug.py
index 5fd8fcf..af89244 100644
--- a/ka_debug.py
+++ b/ka_debug.py
@@ -1,5 +1,5 @@
# coding: UTF-8
-# Copyright 2009 Thomas Jourdan
+# Copyright 2009, 2010 Thomas Jourdan
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -16,12 +16,11 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
import logging
-import sys
-import traceback
import os
import time
-"""Add support for design by contract to all classes except blacklist."""
+#Add support for design by contract to all classes except blacklist.
+
# default path for testing on local machine
DEBUG_ACTIVITY_PATH = '/home/strom/minimal/activities/Kandid.activity'
DEBUG_PROFILE_PATH = '/home/strom/.sugar/1/'
@@ -90,6 +89,7 @@ def dot_ref(anchor, ref):
return result
def print_call_stack():
+# import traceback
# try:
# raise TypeError("")
# except TypeError: