# # # patch "INSTALL" # from [30d40cec7808ecda4f35315d2fa9764a7c71830f] # to [96cd4a9bac2f42db1846f3aacff30a58e5706042] # # patch "authors.py" # from [ad0bc51aaca26a1595b56dc845b11da7f6ee4353] # to [011a38a50ea83896fac1db87a8d81860bf0d22e9] # # patch "common.py" # from [39a5767f3123ff0819cf5dd20c8fffd2264ce328] # to [2504e01f69f99347d0e8706fb7c344c6a6471e43] # # patch "fdo/__init__.py" # from [da39a3ee5e6b4b0d3255bfef95601890afd80709] # to [14a3ef7b1ed02bfe6219517ba27a3d188d09f78a] # # patch "fdo/icontheme.py" # from [6b35d379457f069abbc37c4e9265f0575229990a] # to [643842c242655847a60538b6a6eeb2495d04bc31] # # patch "fdo/sharedmimeinfo.py" # from [dd993b9e526568246adc535ce4d47d360dd4eb3b] # to [4ee53b521b7103c8434435a904cd6692b569548d] # # patch "fdo/xdgbasedir.py" # from [6efff4cf0db2de43ca2801b9e89bdc7cc1c9b350] # to [ea14de106c5d29b333dc8bd1b40bd869a6afbb05] # # patch "genproxy.py" # from [f12812546af3e41d55b8d50c8bb661917bdc02e7] # to [4fbf4dd79d7dbe381b8bae3c9b0b63e1864dcfce] # # patch "mtn.py" # from [96198c08e6bd36805aeff238a94d7bf223a3bce4] # to [8fbed63f4646db8406ddcebf20e85697ce1f7e01] # # patch "release.py" # from [b1486b628b15f1a003ebfb3fb34b01d1532aa6ad] # to [5f28563f404827d13d6c4832b071856d76224a44] # # patch "syntax.py" # from [b6b9a000432ab2854092f2f93cafad332fce24d4] # to [10c283ecef173382775ae1924a7bf33c220743d2] # # patch "tests.py" # from [8e37aaecf8f3cc546ca94e5f7bd157b0a72b4f51] # to [df2df7310e74f3ff6f6b73f433dd3e8318062fd3] # # patch "utility.py" # from [93ac7b96f6909436af408f04446af4426fde207a] # to [fe56ef3c3d8f68a5cc417da48eac4ef38d69576f] # # patch "viewmtn.py" # from [3214c7b1f46a4fe4609f8adf3922eb0e76ecf2f0] # to [2b53bb0a3baffea161703f8a23f2553cd4cbc47f] # ============================================================ --- INSTALL 30d40cec7808ecda4f35315d2fa9764a7c71830f +++ INSTALL 96cd4a9bac2f42db1846f3aacff30a58e5706042 @@ -28,7 +28,7 @@ On a Debian machine, the following shoul Version: flup-r2311.tar.gz is know to work. On a Debian machine, the following should give you what you need: - apt-get install python-flup python-cheetah python-graphviz gnome-icon-theme highlight shared-mime-info + apt-get install python-flup python-cheetah gnome-icon-theme highlight shared-mime-info You might also want: apt-get install lighttpd Unless you plan to run Apache, in which case: ============================================================ --- authors.py ad0bc51aaca26a1595b56dc845b11da7f6ee4353 +++ authors.py 011a38a50ea83896fac1db87a8d81860bf0d22e9 @@ -18,3 +18,7 @@ David Reiss David Reiss ''' + +### +### vi:expandtab:sw=4:ts=4 +### ============================================================ --- common.py 39a5767f3123ff0819cf5dd20c8fffd2264ce328 +++ common.py 2504e01f69f99347d0e8706fb7c344c6a6471e43 @@ -55,3 +55,7 @@ def ago(event): seconds = (ago.seconds - (minutes * 60)) rv = "%s" % (plural(minutes, "minute", "minutes")) return rv + +### +### vi:expandtab:sw=4:ts=4 +### ============================================================ --- fdo/__init__.py da39a3ee5e6b4b0d3255bfef95601890afd80709 +++ fdo/__init__.py 14a3ef7b1ed02bfe6219517ba27a3d188d09f78a @@ -0,0 +1,4 @@ + +### +### vi:expandtab:sw=4:ts=4 +### ============================================================ --- fdo/icontheme.py 6b35d379457f069abbc37c4e9265f0575229990a +++ fdo/icontheme.py 643842c242655847a60538b6a6eeb2495d04bc31 @@ -129,3 +129,7 @@ if __name__ == '__main__': it = IconTheme('gnome') mi = MimeIcon(it, size="16") print mi.lookup('inode/directory') + +### +### vi:expandtab:sw=4:ts=4 +### ============================================================ --- fdo/sharedmimeinfo.py dd993b9e526568246adc535ce4d47d360dd4eb3b +++ fdo/sharedmimeinfo.py 4ee53b521b7103c8434435a904cd6692b569548d @@ -293,3 +293,7 @@ if __name__ == '__main__': if __name__ == '__main__': c = LookupHelper() print c.lookup('test.tar', '') + +### +### vi:expandtab:sw=4:ts=4 +### ============================================================ --- fdo/xdgbasedir.py 6efff4cf0db2de43ca2801b9e89bdc7cc1c9b350 +++ fdo/xdgbasedir.py ea14de106c5d29b333dc8bd1b40bd869a6afbb05 @@ -53,3 +53,7 @@ def xdg_cache_home(): if rv: return rv return with_home (lambda home: os.path.join(home, ".cache"), "Unable to determine xdg_cache_home") + +### +### vi:expandtab:sw=4:ts=4 +### ============================================================ --- genproxy.py f12812546af3e41d55b8d50c8bb661917bdc02e7 +++ genproxy.py 4fbf4dd79d7dbe381b8bae3c9b0b63e1864dcfce @@ -32,3 +32,7 @@ if __name__ == '__main__': for i in b: print i + +### +### vi:expandtab:sw=4:ts=4 +### ============================================================ --- mtn.py 96198c08e6bd36805aeff238a94d7bf223a3bce4 +++ mtn.py 8fbed63f4646db8406ddcebf20e85697ce1f7e01 @@ -432,3 +432,7 @@ class Operations: for line in self.standalone.run('diff', args): yield line + +### +### vi:expandtab:sw=4:ts=4 +### ============================================================ --- release.py b1486b628b15f1a003ebfb3fb34b01d1532aa6ad +++ release.py 5f28563f404827d13d6c4832b071856d76224a44 @@ -13,3 +13,7 @@ Matthew Nicholson ''' + +### +### vi:expandtab:sw=4:ts=4 +### ============================================================ --- syntax.py b6b9a000432ab2854092f2f93cafad332fce24d4 +++ syntax.py 10c283ecef173382775ae1924a7bf33c220743d2 @@ -98,3 +98,7 @@ if __name__ == '__main__': yield line for i in highlight(l()): print i + +### +### vi:expandtab:sw=4:ts=4 +### ============================================================ --- tests.py 8e37aaecf8f3cc546ca94e5f7bd157b0a72b4f51 +++ tests.py df2df7310e74f3ff6f6b73f433dd3e8318062fd3 @@ -131,3 +131,7 @@ if __name__ == '__main__': if __name__ == '__main__': unittest.main() + +### +### vi:expandtab:sw=4:ts=4 +### ============================================================ --- utility.py 93ac7b96f6909436af408f04446af4426fde207a +++ utility.py fe56ef3c3d8f68a5cc417da48eac4ef38d69576f @@ -107,3 +107,7 @@ def iter_command(command, timeout=None): if len(childerr_read): raise Exception("data on stderr (command is %s)" % command, childerr_read) if was_timeout: raise Exception("command timeout") + +### +### vi:expandtab:sw=4:ts=4 +### ============================================================ --- viewmtn.py 3214c7b1f46a4fe4609f8adf3922eb0e76ecf2f0 +++ viewmtn.py 2b53bb0a3baffea161703f8a23f2553cd4cbc47f @@ -1137,4 +1137,9 @@ if __name__ == '__main__': web.webapi.internalerror = web.debugerror func = lambda : per_request_wrapper(web.webpyfunc(urls, fvars=globals())) web.run(func, globals(), web.reloader) + + +### +### vi:expandtab:sw=4:ts=4 +###