Staging
v0.8.1
https://foss.heptapod.net/mercurial/hgview
Revision ff08dd4781f28b9b26d929abb94d4225b42e0fe5 authored by David Douard on 04 June 2009, 10:22:31 UTC, committed by David Douard on 04 June 2009, 10:22:31 UTC
1 parent e905c8f
Raw File
Tip revision: ff08dd4781f28b9b26d929abb94d4225b42e0fe5 authored by David Douard on 04 June 2009, 10:22:31 UTC
make lgp happy / properly build bedian package using lgp now (tested on stable only for now)
Tip revision: ff08dd4
hgqv.bat
@echo off
rem = """-*-Python-*- script
rem -------------------- DOS section --------------------
rem You could set PYTHONPATH
python -x %~f0 %*
goto exit
 
"""
# -------------------- Python section --------------------
from PyQt4 import QtCore, QtGui
from hgqvlib.qt4 import main as hgqv
hgqv.main()

DosExitLabel = """
:exit
rem """
back to top