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 sys
12 
13 sys.path.append(os.path.dirname(__file__)+"/../../hce")
14