comparison bitten/slave.py @ 408:933105ab516b

Update file headers and other stuff pointing to the old home.
author cmlenz
date Tue, 07 Aug 2007 08:58:38 +0000
parents b5ab0988694e
children a169d2e96463
comparison
equal deleted inserted replaced
407:8ba7bf659f71 408:933105ab516b
1 # -*- coding: utf-8 -*- 1 # -*- coding: utf-8 -*-
2 # 2 #
3 # Copyright (C) 2005 Christopher Lenz <cmlenz@gmx.de> 3 # Copyright (C) 2007 Edgewall Software
4 # Copyright (C) 2005-2007 Christopher Lenz <cmlenz@gmx.de>
4 # All rights reserved. 5 # All rights reserved.
5 # 6 #
6 # This software is licensed as described in the file COPYING, which 7 # This software is licensed as described in the file COPYING, which
7 # you should have received as part of this distribution. The terms 8 # you should have received as part of this distribution. The terms
8 # are also available at http://bitten.cmlenz.net/wiki/License. 9 # are also available at http://bitten.edgewall.org/wiki/License.
9 10
10 """Implementation of the build slave.""" 11 """Implementation of the build slave."""
11 12
12 from datetime import datetime 13 from datetime import datetime
13 import urllib2 14 import urllib2
Copyright (C) 2012-2017 Edgewall Software