webbrowser.windows: fix loading

db4
Joe Groff 2011-11-15 20:05:57 -08:00
parent b5c72dab40
commit 30bc92a78c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
! Copyright (C) 2011 John Benediktsson
! See http://factorcode.org/license.txt for BSD license
USING: webbrowser windows.shell32 windows.user32 ;
USING: system webbrowser windows.shell32 windows.user32 ;
IN: webbrowser.windows