summaryrefslogtreecommitdiffstats
path: root/hooks.py
diff options
context:
space:
mode:
Diffstat (limited to 'hooks.py')
-rw-r--r--hooks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks.py b/hooks.py
index 337c2627..6ded08b9 100644
--- a/hooks.py
+++ b/hooks.py
@@ -22,7 +22,7 @@ from error import HookError
22from git_refs import HEAD 22from git_refs import HEAD
23 23
24 24
25class RepoHook(object): 25class RepoHook:
26 """A RepoHook contains information about a script to run as a hook. 26 """A RepoHook contains information about a script to run as a hook.
27 27
28 Hooks are used to run a python script before running an upload (for 28 Hooks are used to run a python script before running an upload (for