diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2009-11-27 16:20:13 -0500 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2009-11-27 16:20:13 -0500 |
commit | d04355ae59eba8a96d4341ec3db9d81470344703 (patch) | |
tree | eba8c41ff15e11805b51fe959cd0906c86bb0ede /docs/public/frames.html | |
parent | b30290e934385616ea48a55ecae5912f651b0bf7 (diff) | |
parent | ed280d5ac360e2af796e9bd973d7b4df89f0c449 (diff) | |
download | python-paramiko-d04355ae59eba8a96d4341ec3db9d81470344703.tar python-paramiko-d04355ae59eba8a96d4341ec3db9d81470344703.tar.gz |
Merge branch 'upstream'
Diffstat (limited to 'docs/public/frames.html')
-rw-r--r-- | docs/public/frames.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/public/frames.html b/docs/public/frames.html deleted file mode 100644 index 77678a0..0000000 --- a/docs/public/frames.html +++ /dev/null @@ -1,13 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> -<html> -<head> - <title> API Documentation </title> -</head> -<frameset cols="20%,80%"> - <frameset rows="30%,70%"> - <frame src="toc.html" name="moduleListFrame"> - <frame src="toc-everything.html" name="moduleFrame"> - </frameset> - <frame src="paramiko-module.html" name="mainFrame"> -</frameset> -</html> |