
# module: maya.app.gui
#
# This module is imported during the startup of Maya in GUI mode.
#

import maya.app.startup.basic

import maya.app.baseUI, sys

# Replace sys.stdin with a GUI version that will request input from the user
sys.stdin = maya.app.baseUI.StandardInput()
