Skip to content

Commit 330fc66

Browse files
committed
Fix syntax warning in setup.py. Closes #22
1 parent 795d50f commit 330fc66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ice/pypi/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
libraries = ["IceSSL", "IceLocatorDiscovery", "IceDiscovery", "Ice"]
110110
else:
111111
libraries=['ssl', 'crypto', 'bz2', 'rt']
112-
if platform is not 'freebsd':
112+
if platform != 'freebsd':
113113
libraries.append('dl')
114114

115115
def filterName(path):

0 commit comments

Comments
 (0)