We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
using
1 parent e6bed11 commit b31245aCopy full SHA for b31245a
src/core/IronPython.Modules/_ctypes_test.cs
@@ -9,11 +9,11 @@
9
using System;
10
using System.IO;
11
using System.Runtime.InteropServices;
12
+using System.Runtime.Versioning;
13
14
using Mono.Unix.Native;
15
16
using IronPython.Runtime;
-using System.Runtime.Versioning;
17
18
[assembly: PythonModule("_ctypes_test", typeof(IronPython.Modules.CTypesTest))]
19
namespace IronPython.Modules {
0 commit comments