diff options
author | W. Trevor King <wking@drexel.edu> | 2010-01-01 16:51:13 -0500 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-01-01 16:51:13 -0500 |
commit | 1676f2f2951739a276e071ef7821609193fe15b0 (patch) | |
tree | 13b7f542e2e64a6ba90fa195c41b8e054f2dcb35 /update_copyright.py | |
parent | 65287e2dfe5c4958bfc5d06f99ea4371e4c67fe7 (diff) | |
download | bugseverywhere-1676f2f2951739a276e071ef7821609193fe15b0.tar.gz |
Fixed update_copyright.py's subproc import and updated copyrights
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 |