##// END OF EJS Templates
Move enabling of demandimport to dispatch.py...
Alexis S. L. Carvalho -
r5193:da1658d6 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, re, sys, urllib
10 import os, re, sys, urllib
@@ -5,6 +5,7 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()
8 from node import *
9 from node import *
9 from i18n import _
10 from i18n import _
10 import os, sys, atexit, signal, pdb, traceback, socket, errno, shlex, time
11 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