00001 #!/usr/bin/env python 00002 # -*- python -*- 00003 # 00004 # @file iceadapter/__init__.py 00005 # @brief doil ice adapter generator for omniidl backend 00006 # @date $Date$ 00007 # @author Noriaki Ando <n-ando@aist.go.jp> 00008 # 00009 # Copyright (C) 2008 00010 # Task-intelligence Research Group, 00011 # Intelligent Systems Research Institute, 00012 # National Institute of 00013 # Advanced Industrial Science and Technology (AIST), Japan 00014 # All rights reserved. 00015 # 00016 # $Id$ 00017 # 00018 00019 #from omniidl_be.doil.iceadapter import main 00020 00021 def run(tree): 00022 print "## doil ice adapter generator has not been implemented yet." 00023 print "## sorry :-p"