diff options
| author | Johan Dahlin <johan@src.gnome.org> | 2006-11-18 12:19:32 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2006-11-18 12:19:32 +0000 |
| commit | 2de07b5d97911346eb95ded4f86d1d274cca8a0a (patch) | |
| tree | 33b822a77440a139c9754b859f4003deaeb46e7f /ltihooks.py | |
| parent | 83816e8cbf9e24b5f9a2b52bb404961ba53b817b (diff) | |
Revert accidentally commited changes
Diffstat (limited to 'ltihooks.py')
| -rw-r--r-- | ltihooks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ltihooks.py b/ltihooks.py index 63f338d..ae1d604 100644 --- a/ltihooks.py +++ b/ltihooks.py @@ -26,7 +26,7 @@ class LibtoolHooks(ihooks.Hooks): ret.insert(0, ('.la', 'rb', 3)) return ret - def load_dynamic(self, name, filename, file=None, *args): + def load_dynamic(self, name, filename, file=None): """Like normal load_dynamic, but treat .la files specially""" if len(filename) > 3 and filename[-3:] == '.la': fp = open(filename, 'r') |
