Changeset 507
- Timestamp:
- 07/31/09 13:35:12 (3 years ago)
- Location:
- enpraxis.staticsite/trunk/enpraxis/staticsite
- Files:
-
- 7 modified
-
browser/controlpanel.py (modified) (1 diff)
-
browser/deployform.py (modified) (1 diff)
-
__init__.py (modified) (1 diff)
-
tests/base.py (modified) (1 diff)
-
tests/test_unit_staticutility.py (modified) (1 diff)
-
utilities/interfaces.py (modified) (1 diff)
-
utilities/staticsiteutility.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
enpraxis.staticsite/trunk/enpraxis/staticsite/browser/controlpanel.py
r497 r507 4 4 # This program is free software; you can redistribute it and/or modify 5 5 # it under the terms of the GNU General Public License as published by 6 # the Free Software Foundation; either version 2 of the License, or 7 # (at your option) any later version. 6 # the Free Software Foundation, version 2. 8 7 # 9 8 # This program is distributed in the hope that it will be useful, -
enpraxis.staticsite/trunk/enpraxis/staticsite/browser/deployform.py
r488 r507 4 4 # This program is free software; you can redistribute it and/or modify 5 5 # it under the terms of the GNU General Public License as published by 6 # the Free Software Foundation; either version 2 of the License, or 7 # (at your option) any later version. 6 # the Free Software Foundation, version 2. 8 7 # 9 8 # This program is distributed in the hope that it will be useful, -
enpraxis.staticsite/trunk/enpraxis/staticsite/__init__.py
r463 r507 4 4 # This program is free software; you can redistribute it and/or modify 5 5 # it under the terms of the GNU General Public License as published by 6 # the Free Software Foundation; either version 2 of the License, or 7 # (at your option) any later version. 6 # the Free Software Foundation, version 2. 8 7 # 9 8 # This program is distributed in the hope that it will be useful, -
enpraxis.staticsite/trunk/enpraxis/staticsite/tests/base.py
r393 r507 4 4 # This program is free software; you can redistribute it and/or modify 5 5 # it under the terms of the GNU General Public License as published by 6 # the Free Software Foundation; either version 2 of the License, or 7 # (at your option) any later version. 6 # the Free Software Foundation, version 2. 8 7 # 9 8 # This program is distributed in the hope that it will be useful, -
enpraxis.staticsite/trunk/enpraxis/staticsite/tests/test_unit_staticutility.py
r393 r507 4 4 # This program is free software; you can redistribute it and/or modify 5 5 # it under the terms of the GNU General Public License as published by 6 # the Free Software Foundation; either version 2 of the License, or 7 # (at your option) any later version. 6 # the Free Software Foundation, version 2. 8 7 # 9 8 # This program is distributed in the hope that it will be useful, -
enpraxis.staticsite/trunk/enpraxis/staticsite/utilities/interfaces.py
r393 r507 4 4 # This program is free software; you can redistribute it and/or modify 5 5 # it under the terms of the GNU General Public License as published by 6 # the Free Software Foundation; either version 2 of the License, or 7 # (at your option) any later version. 6 # the Free Software Foundation, version 2. 8 7 # 9 8 # This program is distributed in the hope that it will be useful, -
enpraxis.staticsite/trunk/enpraxis/staticsite/utilities/staticsiteutility.py
r497 r507 4 4 # This program is free software; you can redistribute it and/or modify 5 5 # it under the terms of the GNU General Public License as published by 6 # the Free Software Foundation; either version 2 of the License, or 7 # (at your option) any later version. 6 # the Free Software Foundation, version 2. 8 7 # 9 8 # This program is distributed in the hope that it will be useful,
