runtime/NevowServer.py
changeset 1881 091005ec69c4
parent 1878 fb73a6b6622d
child 1919 ccea0fa6ea91
equal deleted inserted replaced
1880:e5ddbaf756cb 1881:091005ec69c4
    21 # You should have received a copy of the GNU Lesser General Public
    21 # You should have received a copy of the GNU Lesser General Public
    22 # License along with this library; if not, write to the Free Software
    22 # License along with this library; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
    24 
    24 
    25 
    25 
       
    26 from __future__ import absolute_import
    26 from __future__ import print_function
    27 from __future__ import print_function
    27 import os
    28 import os
    28 import util.paths as paths
    29 import util.paths as paths
    29 from nevow import appserver, inevow, tags, loaders, athena
    30 from nevow import appserver, inevow, tags, loaders, athena
    30 from nevow.page import renderer
    31 from nevow.page import renderer