Embed pywin32, new version of package control broke the plugin
This commit is contained in:
12
Pywin32/lib/x64/win32comext/axscript/asputil.py
Normal file
12
Pywin32/lib/x64/win32comext/axscript/asputil.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""A utility module for ASP (Active Server Pages on MS Internet Info Server.
|
||||
|
||||
Contains:
|
||||
iif -- A utility function to avoid using "if" statements in ASP <% tags
|
||||
|
||||
"""
|
||||
|
||||
def iif(cond, t, f):
|
||||
if cond:
|
||||
return t
|
||||
else:
|
||||
return f
|
||||
Reference in New Issue
Block a user