mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +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 @@ DM_SET=EXP_8 + '\xc4'
|
|||
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