Skip to content

Commit 25c2fe0

Browse files
committed
Revert "Fix pkgutil.get_data for sample-config"
This reverts commit 07d8d53.
1 parent 4ada245 commit 25c2fe0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bpython/curtsiesfrontend/repl.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,6 @@ def load_module(self, name):
245245
self.watcher.track_module(module.__file__)
246246
return module
247247

248-
def get_data(self, pathname):
249-
return open(pathname, "rb").read()
250-
251248

252249
class ImportFinder(object):
253250

0 commit comments

Comments
 (0)