~kosova/+junk/tuxfamily-twiki

« back to all changes in this revision

Viewing changes to foswiki/lib/Foswiki/Configure/UIs/LANGUAGES.pm

  • Committer: James Michael DuPont
  • Date: 2009-07-18 19:58:49 UTC
  • Revision ID: jamesmikedupont@gmail.com-20090718195849-vgbmaht2ys791uo2
added foswiki

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
package Foswiki::Configure::UIs::LANGUAGES;
 
2
use base 'Foswiki::Configure::UIs::Section';
 
3
 
 
4
use strict;
 
5
 
 
6
1;