Skip to content

Commit c1f9907

Browse files
committed
Removed warning in VarPyth.pas
1 parent d45b048 commit c1f9907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/VarPyth.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -691,7 +691,7 @@ function MainModule : Variant;
691691

692692
function BuiltinModule : Variant;
693693
begin
694-
Result := Import(AnsiString(GetPythonEngine.BuiltInModuleName));
694+
Result := Import(GetPythonEngine.BuiltInModuleName);
695695
end;
696696

697697
function SysModule : Variant;

0 commit comments

Comments
 (0)