diff options
-rw-r--r-- | filter.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #! /usr/bin/python #-*- encoding: utf-8 -*- -import glob +from glob import glob from repm.config import * from repm.pato2 import * |
index : dbscripts | ||
mirror of git://projects.parabola.nu/dbscripts.git | Parabola git mirror |
summaryrefslogtreecommitdiff |
-rw-r--r-- | filter.py | 2 |
@@ -1,6 +1,6 @@ #! /usr/bin/python #-*- encoding: utf-8 -*- -import glob +from glob import glob from repm.config import * from repm.pato2 import * |