r47247 - derp derp derp

hawkowl-TA+aISz0psMTMxyoc4vAAJOcrHinNvQL0E9HWUfgJXw@public.gmane.org Thu, 14 Apr 2016 21:56:22 -0600 (MDT)
Newsgroups gmane.comp.python.twisted.commits
Message-ID <[email protected]>
Author: hawkowl
Date: Thu Apr 14 21:56:19 2016
New Revision: 47247

Modified:
   branches/moar-windows-8025-7/twisted/python/compat.py

Log:
derp derp derp

Modified: branches/moar-windows-8025-7/twisted/python/compat.py
==============================================================================
--- branches/moar-windows-8025-7/twisted/python/compat.py	(original)
+++ branches/moar-windows-8025-7/twisted/python/compat.py	Thu Apr 14 21:56:19 2016
@@ -711,7 +711,7 @@
 
     @rtype: L{unicode}
     """
-    assert os.name == "win32"
+    assert sys.platform == "win32"
     assert type(s) in [bytes, unicode]
 
     if isinstance(s, bytes):