Skip to content

Commit d0fd2b1

Browse files
committed
Update ttyV-setup.py executable and hash-bang
1 parent 94f8450 commit d0fd2b1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ttyV-setup.py

100644100755
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#! /usr/bin/env python3
2+
13
import os
24
import pty
35
import select

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ( 5, 2, 2 )
1+
__version_info__ = ( 5, 2, 3 )
22
__version__ = '.'.join( map( str, __version_info__ ))

0 commit comments

Comments
 (0)