summaryrefslogtreecommitdiffstats
path: root/examples/my_configuration_rules.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/my_configuration_rules.py')
-rw-r--r--examples/my_configuration_rules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/my_configuration_rules.py b/examples/my_configuration_rules.py
index 58de048..7c00707 100644
--- a/examples/my_configuration_rules.py
+++ b/examples/my_configuration_rules.py
@@ -69,4 +69,4 @@ class ReleaseConfigurationRule(ConfigurationRule):
# You can add any extra properties you want to the commit object, these will be available later on
# in all rules.
- commit.my_property = u"This is my property"
+ commit.my_property = "This is my property"