Mercurial > pylearn
changeset 571:13bc6620ad95
removed references to file locking packages
author | Olivier Breuleux <breuleuo@iro.umontreal.ca> |
---|---|
date | Wed, 03 Dec 2008 22:29:40 -0500 |
parents | 0a27ba2157b6 |
children | 9f5891cd4048 |
files | pylearn/dbdict/newstuff.py |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/pylearn/dbdict/newstuff.py Wed Dec 03 22:28:25 2008 -0500 +++ b/pylearn/dbdict/newstuff.py Wed Dec 03 22:29:40 2008 -0500 @@ -1,8 +1,6 @@ from __future__ import with_statement -import FileLock -import portalocker from collections import defaultdict import re, sys, inspect, os, signal, tempfile, shutil @@ -290,7 +288,6 @@ def __init__(self, path, experiment, state, redirect_stdout = False, redirect_stderr = False): super(StandardChannel, self).__init__(experiment, state) self.path = os.path.realpath(path) - self.lock = None self.redirect_stdout = redirect_stdout self.redirect_stderr = redirect_stderr