/[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 3156 by torben, Mon Nov 28 20:01:18 2016 UTC revision 3261 by torben, Fri Feb 19 21:39:29 2021 UTC
# Line 8  if [ "$lines" != "0" ] ; then Line 8  if [ "$lines" != "0" ] ; then
8  fi  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
15    rm -rf *.pyc __pycache__
16    
17    

Legend:
Removed from v.3156  
changed lines
  Added in v.3261

  ViewVC Help
Powered by ViewVC 1.1.20