def main(): from scss import tool tool.main()
# -*- coding: utf-8 -*- ################################################################################ # # qooxdoo - the new era of web development # # http://qooxdoo.org # # Copyright: # 2006-2012 1&1 Internet AG, Germany, http://www.1und1.de # # License: # LGPL: http://www.gnu.org/licenses/lgpl.html # EPL: http://www.eclipse.org/org/documents/epl-v10.php # See the LICENSE file in the project's top-level directory for details. # # Authors: # * Thomas Herchenroeder (thron7) # ################################################################################ ## # scss.py -- a .less to .css compiler # # Command-line wrapper around the pyScss module (Sass/Less/Scss compiler) ## import qxenviron from scss import tool tool.main()
from scss import tool tool.main()