summaryrefslogtreecommitdiff
path: root/paramiko/pkey.py
diff options
context:
space:
mode:
Diffstat (limited to 'paramiko/pkey.py')
-rw-r--r--paramiko/pkey.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/paramiko/pkey.py b/paramiko/pkey.py
index 32d8cad5..cbb5b3ff 100644
--- a/paramiko/pkey.py
+++ b/paramiko/pkey.py
@@ -278,6 +278,7 @@ class PKey:
:raises: ``IOError`` -- if there was an error writing to the file
:raises: `.SSHException` -- if the key is invalid
"""
+ # TODO 4.0: NotImplementedError (plus everywhere else in here)
raise Exception("Not implemented in PKey")
def _read_private_key_file(self, tag, filename, password=None):