mirror of
https://gitlab.com/scemama/irpf90.git
synced 2024-11-09 07:33:43 +01:00
StandAlone bug
Version:1.1.59
This commit is contained in:
parent
ccd47a6c41
commit
bd7d363c08
@ -24,8 +24,12 @@
|
|||||||
# 31062 Toulouse Cedex 4
|
# 31062 Toulouse Cedex 4
|
||||||
# scemama@irsamc.ups-tlse.fr
|
# scemama@irsamc.ups-tlse.fr
|
||||||
|
|
||||||
import sys
|
|
||||||
|
|
||||||
|
import os,sys
|
||||||
|
wd = os.path.abspath(os.path.dirname(__file__))
|
||||||
sys.setcheckinterval(1000)
|
sys.setcheckinterval(1000)
|
||||||
|
sys.path.insert(0,(wd+"/../src/"))
|
||||||
|
|
||||||
def main():
|
def main():
|
||||||
from command_line import command_line
|
from command_line import command_line
|
||||||
|
@ -1 +1 @@
|
|||||||
version = "1.1.58"
|
version = "1.1.59"
|
||||||
|
Loading…
Reference in New Issue
Block a user