##// END OF EJS Templates
import with_statment to make daemon.py python 2.5 compatible
Indra Talip -
r2641:cfcd981d beta
parent child Browse files
Show More
@@ -22,6 +22,7 b''
22 #
22 #
23 # You should have received a copy of the GNU General Public License
23 # You should have received a copy of the GNU General Public License
24 # along with this program. If not, see <http://www.gnu.org/licenses/>.
24 # along with this program. If not, see <http://www.gnu.org/licenses/>.
25 from __future__ import with_statement
25
26
26 import os
27 import os
27 import sys
28 import sys
General Comments 0
You need to be logged in to leave comments. Login now