Skip to content

Commit

Permalink
Fixed an import problem in Cascade.
Browse files Browse the repository at this point in the history
  • Loading branch information
millenomi committed May 30, 2009
1 parent dda13d7 commit bc52591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Localization/Cascade.rb
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby

require 'ilabs/locale_pack'
require File.join(File.dirname(__FILE__), 'ilabs/locale_pack')
require 'osx/cocoa'

USE_LOG = ENV['ILABS_L0ShowOnRequestLogging'] == 'YES'
Expand Down

0 comments on commit bc52591

Please sign in to comment.