From 04cdcb0feb369ac4c60e10ccdc139c57e8b52e62 Mon Sep 17 00:00:00 2001 From: Zearin Date: Fri, 7 Oct 2011 10:34:23 -0400 Subject: Removed leftovers from installing with pip. Oops! I noticed there was a bunch of extra crap left over from when I installed this module onto my own system. I thought it wouldn't have modified itself at the time (just the Python module library on my system), but I was wrong. Begone, useless cruft! --- doxygen/html/classcmd2_1_1PasteBufferError.html | 198 ------------------------ 1 file changed, 198 deletions(-) delete mode 100644 doxygen/html/classcmd2_1_1PasteBufferError.html (limited to 'doxygen/html/classcmd2_1_1PasteBufferError.html') diff --git a/doxygen/html/classcmd2_1_1PasteBufferError.html b/doxygen/html/classcmd2_1_1PasteBufferError.html deleted file mode 100644 index 06a4f31..0000000 --- a/doxygen/html/classcmd2_1_1PasteBufferError.html +++ /dev/null @@ -1,198 +0,0 @@ - - - - -Cmd2: cmd2::PasteBufferError Class Reference - - - - - - - - - - - - - - -
- - -
- - - - - - - - - - - -
-
Cmd2 - -
- -
-
- - - - - -
-
- -
-
-
- -
-
- -
-
cmd2::PasteBufferError Class Reference
-
-
- -

List of all members.

- - - - - -

-Public Member Functions

def __init__

-Static Public Attributes

string errmsg
-

Detailed Description

-
-

Definition at line 162 of file cmd2.py.

-

Constructor & Destructor Documentation

- -
-
- - - - - - - - -
def cmd2::PasteBufferError::__init__ ( self)
-
-
- -

Definition at line 174 of file cmd2.py.

- -

References errmsg.

-
00174 
-00175     def __init__(self):
-00176         Exception.__init__(self, self.errmsg)
-
-
-
-
-

Member Data Documentation

- -
-
- - - - -
string cmd2::PasteBufferError::errmsg [static]
-
-
-Initial value:
"""Redirecting to or from paste buffer requires pywin32
-to be installed on operating system.
-Download from http://sourceforge.net/projects/pywin32/"""
-
-

Definition at line 164 of file cmd2.py.

- -

Referenced by __init__().

- -
-
-
The documentation for this class was generated from the following file:
    -
  • /Users/amrogers/Developer/Projects/cmd2/cmd2.py
  • -
-
-
- - - - - -- cgit v1.2.1