2 new revisions:

Revision: 454f267aeae4
Author:   Pekka Klärck
Date:     Thu Dec  1 06:29:09 2011
Log:      oops
http://code.google.com/p/robotframework/source/detail?r=454f267aeae4

Revision: c935fec9fb36
Author:   Pekka Klärck
Date:     Thu Dec  1 06:29:53 2011
Log:      relative imports
http://code.google.com/p/robotframework/source/detail?r=c935fec9fb36

==============================================================================
Revision: 454f267aeae4
Author:   Pekka Klärck
Date:     Thu Dec  1 06:29:09 2011
Log:      oops
http://code.google.com/p/robotframework/source/detail?r=454f267aeae4

Modified:
 /src/robot/conf/settings.py

=======================================
--- /src/robot/conf/settings.py Thu Dec  1 06:23:25 2011
+++ /src/robot/conf/settings.py Thu Dec  1 06:29:09 2011
@@ -335,7 +335,7 @@
         return {
             'suite_stat_level': self['SuiteStatLevel'],
             'tag_stat_include': self['TagStatInclude'],
-            'tag_stat_include': self['TagStatExclude'],
+            'tag_stat_exclude': self['TagStatExclude'],
             'tag_stat_combine': self['TagStatCombine'],
             'tag_stat_link': self['TagStatLink'],
             'tag_doc': self['TagDoc'],

==============================================================================
Revision: c935fec9fb36
Author:   Pekka Klärck
Date:     Thu Dec  1 06:29:53 2011
Log:      relative imports
http://code.google.com/p/robotframework/source/detail?r=c935fec9fb36

Modified:
 /src/robot/result/executionresult.py

=======================================
--- /src/robot/result/executionresult.py        Thu Dec  1 06:23:25 2011
+++ /src/robot/result/executionresult.py        Thu Dec  1 06:29:53 2011
@@ -14,9 +14,9 @@

 from robot.model.statistics import Statistics

-from configurer import SuiteConfigurer
-from testsuite import TestSuite
-from executionerrors import ExecutionErrors
+from .configurer import SuiteConfigurer
+from .testsuite import TestSuite
+from .executionerrors import ExecutionErrors


 class ExecutionResult(object):

Reply via email to