diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-02 09:57:43 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-02 09:57:43 +0200 |
commit | 7d4aaa2c4b1516212b7add9c559ee5578263adf8 (patch) | |
tree | 47bdd10d4faad37be081461c69ee8cc40f14ffa5 /src/test.py | |
parent | fix misc errors + write test (diff) | |
download | pylibgamma-7d4aaa2c4b1516212b7add9c559ee5578263adf8.tar.gz pylibgamma-7d4aaa2c4b1516212b7add9c559ee5578263adf8.tar.bz2 pylibgamma-7d4aaa2c4b1516212b7add9c559ee5578263adf8.tar.xz |
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/test.py')
-rwxr-xr-x | src/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.py b/src/test.py index ca70072..82729a0 100755 --- a/src/test.py +++ b/src/test.py @@ -30,7 +30,7 @@ print() print(repr(libgamma.method_default_site_variable(method))) print(repr(libgamma.method_default_site(method))) -print +print() print(repr(libgamma.unhex_edid('0123456789ABCDEF'))) print(repr(libgamma.unhex_edid('0123456789abcdef'))) |