Skip to content

Commit 5f05e05

Browse files
committed
Move executable to bin/
This allows man page auto-discovery.
1 parent 8314d97 commit 5f05e05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

git-browse renamed to bin/git-browse

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
#!/usr/bin/env python
22

33
import sys
4+
import os
45
import argparse
56
import textwrap
67

8+
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
9+
710
from gitbrowse.browser import GitBrowser
811
from gitbrowse import git
912

0 commit comments

Comments
 (0)