HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
ppath.py
Go to the documentation of this file.
1 '''
2 @package: hce
3 @author bgv
4 @link: http://hierarchical-cluster-engine.com/
5 @copyright: Copyright © 2013-2014 IOIX Ukraine
6 @license: http://hierarchical-cluster-engine.com/license/
7 @since: 0.1
8 '''
9 
10 import os
11 #import app.Unicode
12 #import app.Unicode.sys as sys
13 
14 import sys
15 reload(sys)
16 sys.setdefaultencoding('utf8')
17 
18 sys.path.append(os.path.dirname(__file__)+"/../hce")
19 
20 #import app.Unicode