aboutsummaryrefslogtreecommitdiff
path: root/examples/python2.7/debian/_sysconfigdata.py
blob: c3a6a467c2aacb29d94e0fa837598968db8129bf (plain)
1
2
3
4
5
6
import sys

if hasattr(sys, 'gettotalrefcount'):
    from _sysconfigdata_d import *
else:
    from _sysconfigdata_nd import *