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/fileutil_8py_source.html | 140 ---------------------------------- 1 file changed, 140 deletions(-) delete mode 100644 doxygen/html/fileutil_8py_source.html (limited to 'doxygen/html/fileutil_8py_source.html') diff --git a/doxygen/html/fileutil_8py_source.html b/doxygen/html/fileutil_8py_source.html deleted file mode 100644 index 1a9a8d1..0000000 --- a/doxygen/html/fileutil_8py_source.html +++ /dev/null @@ -1,140 +0,0 @@ - - - - -Cmd2: /Users/amrogers/Developer/Projects/cmd2/docs/pycon2010/fileutil.py Source File - - - - - - - - - - - - - - -
- - -
- - - - - - - - - - - -
-
Cmd2 - -
- -
-
- - - - - -
-
- -
-
-
- -
-
-
-
fileutil.py
-
-
-Go to the documentation of this file.
00001 import glob
-00002 import os.path
-00003 
-00004 for fullfilename in glob.glob('/home/cat/proj/cmd2/*.py'):
-00005     (dirpath, fname) = os.path.split(fullfilename)
-00006     stats = os.stat(fullfilename)
-00007     binds['path'] = dirpath
-00008     binds['name'] = fname
-00009     binds['bytes'] = stats.st_size
-00010     cmd("""INSERT INTO cat.files (path, name, bytes)
-00011            VALUES (%(path)s, %(name)s, %(bytes)s)""")
-00012 quit()
-
-
- - - - - -- cgit v1.2.1