changeset 244:67fd512bb54a

Removed a nonexistent name from files.__all__
author Oleg Oshmyan <chortos@inbox.lv>
date Wed, 02 Oct 2013 23:03:37 +0300
parents cf7dd3f46e89
children 6dd29475ae9b
files upreckon/files.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <chortos@inbox.lv>
+# Copyright (c) 2010-2013 Chortos-2 <chortos@inbox.lv>
 
 """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