/[projects]/misc/xbmc/plugin.video.todic/test.sh
ViewVC logotype

Diff of /misc/xbmc/plugin.video.todic/test.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3253 by torben, Mon Feb 25 09:23:10 2019 UTC revision 3254 by torben, Thu Feb 28 11:26:21 2019 UTC
# Line 9  fi Line 9  fi
9    
10  echo "Checking syntax ..."  echo "Checking syntax ..."
11  python -m py_compile default.py  python -m py_compile default.py
12  rm -f *.pyc  rm -rf *.pyc __pycache__
13    
14  python3 -m py_compile default.py  python3 -m py_compile default.py
15  rm -f *.pyc  rm -rf *.pyc __pycache__
16    
17    

Legend:
Removed from v.3253  
changed lines
  Added in v.3254

  ViewVC Help
Powered by ViewVC 1.1.20