aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/wrap_cl.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/wrap_cl.py')
-rw-r--r--examples/wrap_cl.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/wrap_cl.py b/examples/wrap_cl.py
index 5f1c0c85..c4c6f8ba 100644
--- a/examples/wrap_cl.py
+++ b/examples/wrap_cl.py
@@ -8,6 +8,7 @@
import textwrap
import gbp.dch
+
def format_changelog_entry(commit_info, options, last_commit=False):
entry = gbp.dch.format_changelog_entry(commit_info, options, last_commit)
if entry: