Home | History | Annotate | Download | only in python2.7

Lines Matching refs:product_type

649             if hasattr(winver, "product_type"):
650 product_type = winver.product_type
652 product_type = VER_NT_WORKSTATION
661 product_type = VER_NT_SERVER
667 if product_type == VER_NT_WORKSTATION:
672 if product_type == VER_NT_WORKSTATION:
677 if product_type == VER_NT_WORKSTATION: