diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2013-09-28 19:57:39 +0300 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2013-09-28 19:57:39 +0300 |
| commit | 16e7f98a6f5ecdc4dd48ff839c29217be044ec14 (patch) | |
| tree | 04427203d1c98c98d01c77a2114dfe2832fa80e8 /dependencies.py | |
| parent | be2da48daa6b18fe618b2a7724944f6362b3ce95 (diff) | |
| download | meson-16e7f98a6f5ecdc4dd48ff839c29217be044ec14.tar.gz | |
One-liner.
Diffstat (limited to 'dependencies.py')
| -rw-r--r-- | dependencies.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies.py b/dependencies.py index bd24c6cc8..b5b0a0ca7 100644 --- a/dependencies.py +++ b/dependencies.py @@ -149,7 +149,7 @@ class ExternalProgram(): class ExternalLibrary(Dependency): def __init__(self, name, fullpath=None): - super().__init__(self) + super().__init__() self.name = name self.fullpath = fullpath |
