diff options
author | W. Trevor King <wking@drexel.edu> | 2010-01-01 16:54:30 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-01-01 16:54:30 -0500 |
commit | 97eabcc3657bdc6511baebd79b059ae1589c7e87 (patch) | |
tree | 32b896bed9ea94c5fda2e2a68345916dd8c5cea7 /update_copyright.py | |
parent | 4d4283ecd654f1efb058cd7f7dba6be88b70ee92 (diff) | |
parent | 286c686cb50eb8240fa9b15365d61783279b86a2 (diff) | |
download | bugseverywhere-97eabcc3657bdc6511baebd79b059ae1589c7e87.tar.gz |
Merged be.html-storage
Added HTTP storage backend and server
Serve a local repo on http://localhost:8000
be --repo REPO serve
Then connect from other be calls, for example
be --repo http://localhost:8000 list
Diffstat (limited to 'update_copyright.py')
-rwxr-xr-x | update_copyright.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_copyright.py b/update_copyright.py index 5ca5455..2490ba9 100755 --- a/update_copyright.py +++ b/update_copyright.py @@ -26,7 +26,7 @@ import sys import select from threading import Thread -from libbe.subproc import Pipe +from libbe.util.subproc import Pipe COPYRIGHT_TEXT="""# # This program is free software; you can redistribute it and/or modify |