Skip to content

Commit

Permalink
Simplify and sort requires in cli.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
dag committed Apr 21, 2008
1 parent 05d6ab6 commit a2f31be
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions lib/amazing/cli.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
# Copyright (C) 2008 Dag Odenhall <dag.odenhall@gmail.com>
# Licensed under the Academic Free License version 3.0

require 'logger'
require 'amazing/options'
require 'amazing/x11/display_name'
require 'yaml'
require 'amazing/string'
require 'amazing/widget'
require 'amazing/proc_file'
require 'amazing/widgets'
require 'amazing/awesome'
require 'timeout'
require 'amazing'
require 'fileutils'
require 'logger'
require 'thread'
require 'timeout'
require 'yaml'

module Amazing

Expand Down

0 comments on commit a2f31be

Please sign in to comment.