# HG changeset patch # User Oleg Oshmyan # Date 1380744217 -10800 # Node ID 67fd512bb54ae1805b853f32867a1c9784d85ee6 # Parent cf7dd3f46e89dd515f079d9031a53cfe16242ae8 Removed a nonexistent name from files.__all__ diff -r cf7dd3f46e89 -r 67fd512bb54a upreckon/files.py --- a/upreckon/files.py Tue Dec 11 01:10:46 2012 +0200 +++ b/upreckon/files.py Wed Oct 02 23:03:37 2013 +0300 @@ -1,4 +1,4 @@ -# Copyright (c) 2010-2011 Chortos-2 +# Copyright (c) 2010-2013 Chortos-2 """File access routines and classes with support for archives.""" @@ -8,7 +8,7 @@ import contextlib, os, posixpath, re, shutil # You don't need to know about anything else. -__all__ = 'File', 'regexp' +__all__ = 'File', # In these two variables, use full stops no matter what os.extsep is; # all full stops will be converted to os.extsep on the fly