mirror of
https://github.com/python/cpython.git
synced 2026-04-05 03:21:05 +00:00
Newss class style
This commit is contained in:
parent
db392b9b29
commit
a1e1f73e2f
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ def initline(name):
|
|||
FWD_SHUTTLE='\xb5'
|
||||
REV_SHUTTLE='\xb6'
|
||||
|
||||
class VCR():
|
||||
class VCR:
|
||||
def init(self):
|
||||
self.ifp, self.ofp = initline(DEVICE)
|
||||
return self
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue