#!/usr/bin/env python
# tcpproxyreflector front-end
#
# Copyright (C) Alain Spineux <alain.spineux@gmail.com>
# This program is licensed under the GNU General Public License (GPL)
#
# See http://blog.magiksys.net/software/tcpproxyreflector for more information

import sys
import tcprlib


if __name__ == "__main__" and not globals().has_key('__no_execute__'):
    
    import tcprlib.apps
    

