mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-25 13:41:13 +08:00
Python 2 compatibility
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import os
|
||||
|
||||
|
||||
class FileIO:
|
||||
class FileIO(object):
|
||||
def __init__(self, path):
|
||||
self.path = path
|
||||
|
||||
|
||||
Reference in New Issue
Block a user