コード例 #1
0
def serve():
    """
    serves the application
    ----------------------
    """
    print "Now starting BlackBook!"
    start_game()
コード例 #2
0
ファイル: __main__.py プロジェクト: hathcox/ASEC-Technologies
def serve():
    """
    serves the application
    ----------------------
    """
    print "Now starting Doorway Beta Site!"
    start_game()
コード例 #3
0
ファイル: __main__.py プロジェクト: hathcox/BlackBook
def serve():
    """
    serves the application
    ----------------------
    """
    print "Now starting BlackBook!"
    start_game()
コード例 #4
0
def serve():
    """
    serves the application
    ----------------------
    """
    print "Now starting Doorway Beta Site!"
    start_game()
コード例 #5
0
ファイル: __main__.py プロジェクト: xaelek/RootTheBox
def serve():
    """
    serves the application
    ----------------------
    """
    if len(argv) == 2:
        print('=> %s : serving the application.' % curr_time())
        start_game()
コード例 #6
0
ファイル: __main__.py プロジェクト: hathcox/Arthur
def serve():
    '''
    serves the application
    ----------------------
    '''
    start_game()