Commit c791fe27 authored by Gabriel Monnerat's avatar Gabriel Monnerat

- remove VERSION.txt because the version is defined in setup.py

- change log message
- update NEWS and README


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@37610 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0bdcefd4
1.0
===
- Fix basic compatibilities with the ERP5
0.6 0.6
=== ===
- removed the configurationmanager.py. - Removed the configurationmanager.py.
0.5 0.5
=== ===
- Removed the possibility of infinite loop in getAvailableOO. - Removed the possibility of infinite loop in getAvailableOO.
......
...@@ -9,6 +9,7 @@ Python Dependencies ...@@ -9,6 +9,7 @@ Python Dependencies
- WSGIUtils - WSGIUtils
- PasteDeploy - PasteDeploy
- PasteScript - PasteScript
- psutil
Instalation in Mandriva: Instalation in Mandriva:
- urpmi xvfb - urpmi xvfb
......
...@@ -34,7 +34,7 @@ from os import listdir, remove ...@@ -34,7 +34,7 @@ from os import listdir, remove
from shutil import rmtree from shutil import rmtree
import logging import logging
logger = logging.getLogger('Oood') logger = logging.getLogger('Cloudooo')
def removeDirectory(path): def removeDirectory(path):
"""Remove directory""" """Remove directory"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment