Skip to content

Commit 821c6f4

Browse files
committed
Force use of Python 2
1 parent 5b2a917 commit 821c6f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+84
-84
lines changed

doc/make_docs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33

44
import optparse

rtact

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtcat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtcheck

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtcomp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtcon

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtconf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtcryo

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtdeact

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtdel

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtdis

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtexit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtfind

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtinject

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtlog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtls

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtmgr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtprint

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtpwd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtreset

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtresurrect

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/comp_mgmt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/fmt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/gen_comp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/ilog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/path.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/port_types.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtact.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtcat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtcheck.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtcomp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtcon.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtconf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtcryo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtcwd.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python22
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

@@ -19,7 +19,7 @@
1919
'''
2020

2121

22-
#!/usr/bin/env python
22+
#!/usr/bin/env python22
2323

2424
import os
2525
import rtctree.tree

rtshell/rtdeact.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtdel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtdis.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtdoc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtexit.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtfind.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtinject.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtinject_comp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtlog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtlog_comps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtmgr.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtprint.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtprint_comp.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtreset.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtresurrect.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtstart.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtstodot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtstop.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtteardown.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/rtvlog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/simpkl_log.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/state_control_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtshell/text_log.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtstart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtstodot

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtstop

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtteardown

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

rtvlog

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- Python -*-
33
# -*- coding: utf-8 -*-
44

0 commit comments

Comments
 (0)