lazarus/components/codetools/ide/cody.pas
mattias c1b1dd273a codetools: started ppu list dialog
git-svn-id: trunk@29430 -
2011-02-09 18:03:12 +00:00

22 lines
371 B
ObjectPascal

{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
}
unit Cody;
interface
uses
PPUListDlg, CodyStrConsts, LazarusPackageIntf;
implementation
procedure Register;
begin
RegisterUnit('PPUListDlg', @PPUListDlg.Register);
end;
initialization
RegisterPackage('Cody', @Register);
end.