diff --git a/VERSION b/VERSION index 7e5465a3..88d0464d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.8.2-stable+timestamp.2013.12.01.09.59.08 +Version 2.8.2-stable+timestamp.2013.12.02.02.05.46 diff --git a/gluon/dal.py b/gluon/dal.py index 58988d97..7b173482 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -7808,11 +7808,11 @@ class DAL(object): def import_table_definitions(self, path, migrate=False, fake_migrate=False, tables=None): - pattern = pjoin(path,self._uri_hash+'_*.table') if tables: for table in tables: self.define_table(**table) else: + pattern = pjoin(path,self._uri_hash+'_*.table') for filename in glob.glob(pattern): tfile = self._adapter.file_open(filename, 'r') try: