This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/freetype/__init__.py b/freetype/__init__.py | |
index e175d52..e602d9c 100644 | |
--- a/freetype/__init__.py | |
+++ b/freetype/__init__.py | |
@@ -30,15 +30,24 @@ import ctypes.util | |
__dll__ = None | |
__handle__ = None | |
FT_Library_filename = ctypes.util.find_library('freetype') | |
+ | |
if not FT_Library_filename: |