diff options
Diffstat (limited to 'hooks.py')
-rw-r--r-- | hooks.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ from error import HookError | |||
22 | from git_refs import HEAD | 22 | from git_refs import HEAD |
23 | 23 | ||
24 | 24 | ||
25 | class RepoHook(object): | 25 | class 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 |