Source code for gui.utils
# -*- coding: utf-8 -*-
# gui/utils/__init__.py
from __future__ import absolute_import # PEP328
from gui.qt import QtGui
from QtGui import QApplication
# QApplication.sendPostedEvents()
# QApplication.flush()
# vim: set ts=4 sw=4 sts=4 tw=0: