##// END OF EJS Templates
Remove demandimport.enable from dispatch.py
Alexis S. L. Carvalho -
r5198:74650bca default
parent child Browse files
Show More
@@ -5,7 +5,6 b''
5 # This software may be used and distributed according to the terms
5 # This software may be used and distributed according to the terms
6 # of the GNU General Public License, incorporated herein by reference.
6 # of the GNU General Public License, incorporated herein by reference.
7
7
8 import demandimport; demandimport.enable()
9 from node import *
8 from node import *
10 from i18n import _
9 from i18n import _
11 import os, sys, atexit, signal, pdb, traceback, socket, errno, shlex, time
10 import os, sys, atexit, signal, pdb, traceback, socket, errno, shlex, time
General Comments 0
You need to be logged in to leave comments. Login now