diff options
Diffstat (limited to 'git_refs.py')
-rw-r--r-- | git_refs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git_refs.py b/git_refs.py index 1f5eaab4..8e8d603a 100644 --- a/git_refs.py +++ b/git_refs.py | |||
@@ -28,7 +28,7 @@ R_WORKTREE_M = R_WORKTREE + "m/" | |||
28 | R_M = "refs/remotes/m/" | 28 | R_M = "refs/remotes/m/" |
29 | 29 | ||
30 | 30 | ||
31 | class GitRefs(object): | 31 | class GitRefs: |
32 | def __init__(self, gitdir): | 32 | def __init__(self, gitdir): |
33 | self._gitdir = gitdir | 33 | self._gitdir = gitdir |
34 | self._phyref = None | 34 | self._phyref = None |