Changeset 510
- Timestamp:
- 07/31/09 13:36:31 (3 years ago)
- Location:
- enpraxis.wordpressexchange/trunk
- Files:
-
- 7 modified
-
enpraxis/wordpressexchange/browser/interfaces.py (modified) (1 diff)
-
enpraxis/wordpressexchange/browser/wpexportform.py (modified) (1 diff)
-
enpraxis/wordpressexchange/browser/wpimportform.py (modified) (1 diff)
-
enpraxis/wordpressexchange/__init__.py (modified) (1 diff)
-
enpraxis/wordpressexchange/tests/base.py (modified) (1 diff)
-
enpraxis/wordpressexchange/tests/testImport.py (modified) (1 diff)
-
setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
enpraxis.wordpressexchange/trunk/enpraxis/wordpressexchange/browser/interfaces.py
r381 r510 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.wordpressexchange/trunk/enpraxis/wordpressexchange/browser/wpexportform.py
r478 r510 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.wordpressexchange/trunk/enpraxis/wordpressexchange/browser/wpimportform.py
r478 r510 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.wordpressexchange/trunk/enpraxis/wordpressexchange/__init__.py
r466 r510 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.wordpressexchange/trunk/enpraxis/wordpressexchange/tests/base.py
r381 r510 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.wordpressexchange/trunk/enpraxis/wordpressexchange/tests/testImport.py
r381 r510 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, -
enpraxis.wordpressexchange/trunk/setup.py
r406 r510 5 5 # This program is free software; you can redistribute it and/or modify 6 6 # it under the terms of the GNU General Public License as published by 7 # the Free Software Foundation; either version 2 of the License, or 8 # (at your option) any later version. 7 # the Free Software Foundation, version 2. 9 8 # 10 9 # This program is distributed in the hope that it will be useful, … … 25 24 import os 26 25 27 version = '1.0.1 '26 version = '1.0.1-rc1' 28 27 29 28 setup(name='enpraxis.wordpressexchange',
